Method: OryClient::OidcConfiguration#request_parameter_supported
- Defined in:
- lib/ory-client/models/oidc_configuration.rb
#request_parameter_supported ⇒ Object
OpenID Connect Request Parameter Supported Boolean value specifying whether the OP supports use of the request parameter, with true indicating support.
74 75 76 |
# File 'lib/ory-client/models/oidc_configuration.rb', line 74 def request_parameter_supported @request_parameter_supported end |