AuthenticatorProvider class abstract
- Implementers
Constructors
Properties
- credential ↔ Credential?
-
Where the authorize() stores the credential after successfull login.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
- Initiates the authorization process.
-
close(
) → void - Closes any resources or UI related to the authentication process.
-
generateLogoutUrl(
) → Uri? - Generates a logout URL based on the current credentials.
-
getTokenResponse(
[bool forceRefresh = false]) → Future< TokenResponse?> - Retrieves the token response obtained during the authorization process.
-
getUserInfo(
) → String? - Retrieves the user info obtained during the authorization process.
-
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