Method: OryClient::OidcConfiguration#request_parameter_supported

Defined in:
lib/ory-client/models/oidc_configuration.rb

#request_parameter_supportedObject

OpenID Connect Request Parameter Supported Boolean value specifying whether the OP supports use of the request parameter, with true indicating support.



68
69
70
# File 'lib/ory-client/models/oidc_configuration.rb', line 68

def request_parameter_supported
  @request_parameter_supported
end