Delegate is notified about SYOnlineSession changes which are not explicitly requested by user. More...
#import <SYOnlineSession.h>
Instance Methods | |
(void) | - didChangeState: |
Called every time authentication state is changed, regardless the reason of the change. More... | |
(void) | - didSignOutWithoutRequest |
Called when sign out occurred without explicit request. This means the user will have to provide sign in credentials again to use account-related features. Example: authentication was connected to an account (Sygic, Facebook, Google, Apple, or other), and became not connected to an account anymore, because access token and refresh token expired. @discussion Not called after SYOnlineSession.signOut. More... | |
Delegate is notified about SYOnlineSession changes which are not explicitly requested by user.
|
optional |
Called every time authentication state is changed, regardless the reason of the change.
|
optional |
Called when sign out occurred without explicit request. This means the user will have to provide sign in credentials again to use account-related features. Example: authentication was connected to an account (Sygic, Facebook, Google, Apple, or other), and became not connected to an account anymore, because access token and refresh token expired. @discussion Not called after SYOnlineSession.signOut.