MSALGlobalConfig

Objective-C

@interface MSALGlobalConfig : NSObject

Swift

class MSALGlobalConfig : NSObject

MSAL configuration interface responsible for globally applicable authentication properties.

Note

Configuration changes inside MSALGlobalConfig will apply to all instances of MSALPublicClientApplication

Configuration options

Unavailable initializers

  • Unavailable

    Use class properties instead.

    Declaration

    Objective-C

    - (nonnull instancetype)init;
  • Unavailable

    Use class properties instead.

    Declaration

    Objective-C

    + (nonnull instancetype)new;