OAuth2Config class
Constructors
- OAuth2Config({String? authUri, String? clientId, String? clientSecret})
- OAuth2Config.fromJson(Map json_)
Properties
- authUri ↔ String?
-
Authorization Server URL/Token Endpoint for Authorization Code Flow
getter/setter pair
- clientId ↔ String?
-
Client ID for the OAuth2 flow.
getter/setter pair
- clientSecret ↔ String?
-
Client secret for the OAuth2 flow.
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited