AzureAuthAbstract class abstract
Abstract class defining the contract for an token provider.
- Implementers
Constructors
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
-
getAccessToken(
) → Future< String?> - Retrieves the access token.
-
getUserInfo(
) → Future< User?> - Retrives users information
-
login(
) → Future< void> - Prescents the login screen and stores user data upon success
-
logout(
) → Future< void> - Logs out user from azure and deletes the stored user data
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
silentLogin(
) → Future< void> - Uses stored access token and authenticate in the background
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited