SFSDKAuthSession Class Reference

Inherits from NSObject
Declared in SFSDKAuthSession.h

  isAuthenticating

@property (nonatomic, assign) BOOL isAuthenticating

  credentials

@property (nonatomic, strong) SFOAuthCredentials *credentials

  oauthCoordinator

@property (nonatomic, strong) SFOAuthCoordinator *oauthCoordinator

  oauthRequest

@property (nonatomic, strong) SFSDKAuthRequest *oauthRequest

  sceneId

@property (nonatomic, strong, readonly) NSString *sceneId

  authSuccessCallback

@property (nonatomic, copy, nullable) void ( ^ ) ( SFOAuthInfo *, SFUserAccount *) authSuccessCallback

  authFailureCallback

@property (nonatomic, copy, nullable) void ( ^ ) ( SFOAuthInfo *, NSError *) authFailureCallback

  identityCoordinator

@property (nonatomic, strong) SFIdentityCoordinator *identityCoordinator

  notifiesDelegatesOfFailure

@property (nonatomic, assign) BOOL notifiesDelegatesOfFailure

  authError

@property (nonatomic, strong, nullable) NSError *authError

  authInfo

@property (nonatomic, strong) SFOAuthInfo *authInfo

  authCoordinatorBrowserBlock

@property (nonatomic, copy, nullable) void ( ^ ) ( BOOL ) authCoordinatorBrowserBlock

  nativeLogin

@property (nonatomic) BOOL nativeLogin

  spAppCredentials

@property (nonatomic, strong, nullable) SFOAuthCredentials *spAppCredentials

– 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