Method: OryClient::OidcConfiguration#response_types_supported
- Defined in:
- lib/ory-client/models/oidc_configuration.rb
#response_types_supported ⇒ Object
OAuth 2.0 Supported Response Types JSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID Providers MUST support the code, id_token, and the token id_token Response Type values.
86 87 88 |
# File 'lib/ory-client/models/oidc_configuration.rb', line 86 def response_types_supported @response_types_supported end |