Method: OryClient::OidcConfiguration#claims_parameter_supported
- Defined in:
- lib/ory-client/models/oidc_configuration.rb
#claims_parameter_supported ⇒ Object
OpenID Connect Claims Parameter Parameter Supported Boolean value specifying whether the OP supports use of the claims parameter, with true indicating support.
29 30 31 |
# File 'lib/ory-client/models/oidc_configuration.rb', line 29 def claims_parameter_supported @claims_parameter_supported end |