MSALPublicClientApplication class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acquireToken(MSALInteractiveTokenParameters interactiveTokenParameters) Future<MSALResult?>
acquireTokenSilent(MSALSilentTokenParameters silentTokenParameters, MSALAccount? account) Future<MSALResult?>
initWebViewParams(MSALWebviewParameters webviewParameters) Future<bool>
this is ios only you need to set web param before acquireing token the client
loadAccounts([MSALAccountEnumerationParameters? enumerationParameters]) Future<List<MSALAccount>?>
logout(MSALSignoutParameters signoutParameters, MSALAccount account) Future<bool>
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