responseTypesSupported property

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

Text

Implementation

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