scopesSupported property

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

Text

Implementation

@JsonKey(name: 'revocation_endpoint') String? get revocationEndpoint;/// Text
@JsonKey(name: 'scopes_supported') List<String>? get scopesSupported;