OAuthClient class
Constructors
-
OAuthClient({required String clientId, String? clientSecret, required List<
String> grantTypes, required List<String> responseTypes, required List<String> redirectUris, required String scope, required String projectId, required Map<String, dynamic> metadata}) -
OAuthClient.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientId → String
-
final
- clientSecret → String?
-
final
-
grantTypes
→ List<
String> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metadata
→ Map<
String, dynamic> -
final
- projectId → String
-
final
-
redirectUris
→ List<
String> -
final
-
responseTypes
→ List<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → String
-
final
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