MSALPublicClientApplicationConfig class

Constructors

MSALPublicClientApplicationConfig({required String clientId, String? androidRedirectUri, String? iosRedirectUri, Uri? authority, bool bypassRedirectURIValidation = false, List<String>? clientApplicationCapabilities, bool extendedLifetimeEnabled = false, List<Uri>? knownAuthorities, MSALCacheConfig? cacheConfig, bool multipleCloudsSupported = false, MSALSliceConfig? sliceConfig, double? tokenExpirationBuffer, MSALAndroidConfig? androidConfig})

Properties

androidConfig MSALAndroidConfig?
getter/setter pair
authorities List<Authority>?
getter/setter pair
authority Uri?
getter/setter pair
bypassRedirectURIValidation bool
getter/setter pair
cacheConfig ↔ MSALCacheConfig?
getter/setter pair
clientApplicationCapabilities List<String>?
getter/setter pair
clientId String
getter/setter pair
extendedLifetimeEnabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
knownAuthorities List<Uri>?
getter/setter pair
multipleCloudsSupported bool
getter/setter pair
redirectUri String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliceConfig ↔ MSALSliceConfig?
getter/setter pair
tokenExpirationBuffer double?
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