OAuthClientMetadata class
- Annotations
-
- @freezed
Constructors
-
OAuthClientMetadata({required String clientId, required String applicationType, required String clientName, required String clientUri, @Default(true) bool dpopBoundAccessTokens, @Default([]) List<
String> grantTypes, @JsonKey(name: 'redirect_uris_OLD') @Default([]) List<String> redirectUrisOLD, @Default([]) List<String> redirectUris, @Default([]) List<String> responseTypes, required String scope, required String tokenEndpointAuthMethod}) -
constfactory
-
OAuthClientMetadata.fromJson(Map<
String, Object?> json) -
factory
Properties
- applicationType → String
-
no setterinherited
- clientId → String
-
no setterinherited
- clientName → String
-
no setterinherited
- clientUri → String
-
no setterinherited
-
copyWith
→ $OAuthClientMetadataCopyWith<
OAuthClientMetadata> -
Create a copy of OAuthClientMetadata
with the given fields replaced by the non-null parameter values.
no setterinherited
- dpopBoundAccessTokens → bool
-
no setterinherited
-
grantTypes
→ List<
String> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
redirectUris
→ List<
String> -
no setterinherited
-
redirectUrisOLD
→ List<
String> -
no setterinherited
-
responseTypes
→ List<
String> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → String
-
no setterinherited
- tokenEndpointAuthMethod → String
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this OAuthClientMetadata to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited