claimsParameterSupported property
bool
get
claimsParameterSupported
true when the OP supports use of the claims parameter.
Implementation
bool get claimsParameterSupported =>
this['claims_parameter_supported'] ?? false;