MSALAndroidConfig class

Constructors

MSALAndroidConfig({required List<Authority> authorities, bool handleNullTaskAffinity = false, AuthorizationAgent authorizationUserAgent = AuthorizationAgent.DEFAULT, String minimumRequiredBrowsersVersion = "3.0", bool multipleCloudsSupported = false, bool brokerRedirectUriRegistered = true, bool webViewZoomControlsEnabled = true, bool webViewZoomEnabled = true, bool authorizationInCurrentTask = false, MsalEnvironment environment = MsalEnvironment.Production, bool powerOptCheckEnabled = true, HttpConfiguration http = const HttpConfiguration(), AndroidLoggerConfiguration logger = const AndroidLoggerConfiguration(), AndroidAccountMode accountMode = AndroidAccountMode.MULTIPLE, List<SafeBrowser> browserSafeList = SafeBrowser.defaultSafeBrowsers})

Properties

accountMode ↔ AndroidAccountMode
getter/setter pair
authorities List<Authority>
getter/setter pair
authorizationInCurrentTask bool
getter/setter pair
authorizationUserAgent ↔ AuthorizationAgent
getter/setter pair
brokerRedirectUriRegistered bool
getter/setter pair
browserSafeList List<SafeBrowser>
getter/setter pair
environment ↔ MsalEnvironment
getter/setter pair
handleNullTaskAffinity bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
http ↔ HttpConfiguration
getter/setter pair
logger ↔ AndroidLoggerConfiguration
getter/setter pair
minimumRequiredBrowsersVersion String
getter/setter pair
multipleCloudsSupported bool
getter/setter pair
powerOptCheckEnabled bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webViewZoomControlsEnabled bool
getter/setter pair
webViewZoomEnabled bool
getter/setter pair

Methods

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

Operators

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