GoogleAuthEndpoints class
The endpoints required for an OAuth 2.0 authorization code flow with Google.
This is the only implementation of AuthEndpoints provided by this package. Package consumers can provide their own implementation if they are using a different OAuth 2.0 provider or providers.
- Inheritance
-
- Object
- AuthEndpoints
- GoogleAuthEndpoints
Constructors
- GoogleAuthEndpoints()
-
The endpoints required for an OAuth 2.0 authorization code flow with Google.
const
Properties
-
The OAuth endpoint used to obtain a single-use authorization code.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenEndpoint → Uri
-
The OAuth endpoint used to exchange an authorization code for access
credentials.
no setteroverride
Methods
-
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