code_verifier
and from this generates a code_challenge
./authorize
endpoint) along with the code_challenge
.code_challenge
and redirects the user back to the application with an authorization code
, which is good for one use.code
and the code_verifier
(created in step 2) to the Auth0 Authorization Server (
/oauth/token
endpoint).code_challenge
and code_verifier
.