requestUriParameterSupported property

  1. @JsonKey.new(name: 'request_uri_parameter_supported')
bool? get requestUriParameterSupported
inherited

Text

Implementation

@JsonKey(name: 'claims_supported') List<String>? get claimsSupported;/// Text
@JsonKey(name: 'request_uri_parameter_supported') bool? get requestUriParameterSupported;