AzureAdAuthentication class Null safety
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
acquireToken(
{required List< String> scopes}) → Future<UserAdModel?> -
Acquire a token interactively for the given
scopes
returnUserAdModel
contains user information but token and expiration date -
acquireTokenSilent(
{required List< String> scopes}) → Future<UserAdModel?> -
Acquire a token silently, with no user interaction, for the given
scopes
returnUserAdModel
contains user information but token and expiration date -
logout(
) → Future - clear user input data
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
createPublicClientApplication(
{required String clientId, required String authority}) → Future< AzureAdAuthentication> - initialize client application [...]