Method: OryClient::OidcConfiguration#code_challenge_methods_supported

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

#code_challenge_methods_supportedObject

OAuth 2.0 PKCE Supported Code Challenge Methods JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server.



35
36
37
# File 'lib/ory-client/models/oidc_configuration.rb', line 35

def code_challenge_methods_supported
  @code_challenge_methods_supported
end