AuthEndpoints class abstract
The endpoints required for an OAuth 2.0 authorization code flow.
Constructors
- AuthEndpoints()
-
The endpoints required for an OAuth 2.0 authorization code flow.
const
Properties
-
The OAuth endpoint used to obtain a single-use authorization code.
no setter
- 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 setter
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