requestUriParameterSupported property

bool requestUriParameterSupported

true when the OP supports use of the request_uri parameter.

Implementation

bool get requestUriParameterSupported =>
    this['request_uri_parameter_supported'] ?? true;