CodeChallengeMethod
The OAuth2 PKCE code_challenge_method
. It is used in the OAuth 2.0 authorization process to specify the method by which a code_verifier
is transformed into a code_challenge
during the Proof Key for Code Exchange (PKCE) flow.
stringCodeChallengeMethod (string)
The OAuth2 PKCE code_challenge_method
. It is used in the OAuth 2.0 authorization process to specify the method by which a code_verifier
is transformed into a code_challenge
during the Proof Key for Code Exchange (PKCE) flow.
Possible values: [S256
]
CodeChallengeMethod
"S256"