Method: OryClient::OidcConfiguration#token_endpoint_auth_methods_supported
- Defined in:
- lib/ory-client/models/oidc_configuration.rb
#token_endpoint_auth_methods_supported ⇒ Object
OAuth 2.0 Supported Client Authentication Methods JSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are client_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0
101 102 103 |
# File 'lib/ory-client/models/oidc_configuration.rb', line 101 def token_endpoint_auth_methods_supported @token_endpoint_auth_methods_supported end |