AppleConfig class final

Configuration class for iOS & MacOS platform.

Constructors

AppleConfig.new({String? authority, AuthorityType authorityType = AuthorityType.aad, Broker broker = Broker.msAuthenticator})

Properties

authority String?
Required when using B2C authority. For more information, follow: https://learn.microsoft.com/en-us/entra/msal/objc/configure-authority#b2c
final
authorityType AuthorityType
Type of authority to authenticate against.
final
broker Broker
Authentication middleware that is used to perform authentication. Only used for iOS platform.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited