requestParameterSupported property

bool requestParameterSupported

true when the OP supports use of the request parameter.

Implementation

bool get requestParameterSupported =>
    this['request_parameter_supported'] ?? false;