OAuthFlowObjectV3 class sealed
OAuth flow object representing an OAuth2 flow.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- refreshUrl → String?
-
The URL to refresh the token.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
→ Map<
String, String> -
A map of scopes to descriptions.
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.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited