SFOAuthOrgAuthConfiguration Class Reference

Inherits from NSObject
Declared in SFOAuthOrgAuthConfiguration.h

Overview

Data class representing the org authentication configuration.

  useNativeBrowserForAuth

Tells Mobile SDK whether to use the native browser for authentication.

@property (nonatomic, readonly) BOOL useNativeBrowserForAuth

Declared In

SFOAuthOrgAuthConfiguration.h

  shareBrowserSession

Tells Mobile SDK to share the native browser session for authentication.

@property (nonatomic, readonly) BOOL shareBrowserSession

Declared In

SFOAuthOrgAuthConfiguration.h

  ssoUrls

List of configured SSO URLs.

@property (nonatomic, strong, readonly, nullable) NSArray<NSString*> *ssoUrls

Declared In

SFOAuthOrgAuthConfiguration.h

  loginPageUrl

Configured login page URL.

@property (nonatomic, strong, readonly, nullable) NSString *loginPageUrl

Declared In

SFOAuthOrgAuthConfiguration.h

  authConfigDict

Raw dictionary data representing the org auth configuration.

@property (nonatomic, strong, readonly, nullable) NSDictionary *authConfigDict

Declared In

SFOAuthOrgAuthConfiguration.h

– initWithConfigDict:

Designated initializer.

- (nonnull id)initWithConfigDict:(nullable NSDictionary *)authConfigDict

Parameters

authConfigDict

NSDictionary containing the org auth configuration.

Declared In

SFOAuthOrgAuthConfiguration.h