ClientCredentialsOAuthFlowV3 class
Client credentials OAuth flow representing the client credentials OAuth2 flow.
- Inheritance
-
- Object
- OAuthFlowObjectV3
- ClientCredentialsOAuthFlowV3
Constructors
-
ClientCredentialsOAuthFlowV3({required String tokenUrl, String? refreshUrl, required Map<
String, String> scopes}) - Creates a ClientCredentialsOAuthFlowV3 with the given parameters.
- ClientCredentialsOAuthFlowV3.fromMap(Map data)
-
Creates a ClientCredentialsOAuthFlowV3 from a map.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- refreshUrl → String?
-
The URL to refresh the token.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
→ Map<
String, String> -
A map of scopes to descriptions.
finalinherited
- tokenUrl → String
-
The URL to obtain the access token.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
Creates an OAuthFlowObjectV3 from a map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited