claimsSupported property

  1. @JsonKey.new(name: 'claims_supported')
List<String>? get claimsSupported
inherited

Text

Implementation

@JsonKey(name: 'token_endpoint_auth_methods_supported') List<String>? get tokenEndpointAuthMethodsSupported;/// Text
@JsonKey(name: 'claims_supported') List<String>? get claimsSupported;