SFSDKAuthSession Class Reference
Inherits from | NSObject |
---|---|
Declared in | SFSDKAuthSession.h |
authSuccessCallback
@property (nonatomic, copy, nullable) void ( ^ ) ( SFOAuthInfo *, SFUserAccount *) authSuccessCallback
authFailureCallback
@property (nonatomic, copy, nullable) void ( ^ ) ( SFOAuthInfo *, NSError *) authFailureCallback
authCoordinatorBrowserBlock
@property (nonatomic, copy, nullable) void ( ^ ) ( BOOL ) authCoordinatorBrowserBlock
– initWith:credentials:
- (instancetype)initWith:(SFSDKAuthRequest *)request credentials:(nullable SFOAuthCredentials *)creds
– initWith:credentials:spAppCredentials:
- (instancetype)initWith:(SFSDKAuthRequest *)request credentials:(nullable SFOAuthCredentials *)creds spAppCredentials:(nullable SFOAuthCredentials *)spAppCredentials