claimsParameterSupported property

bool claimsParameterSupported

true when the OP supports use of the claims parameter.

Implementation

bool get claimsParameterSupported =>
    this['claims_parameter_supported'] ?? false;