Practice – devcor_350-901_api

Strength:
0%
Answered: 0 • Correct: 0 • Incorrect: 0

Logged in as Guest

Fill in the PKCE parameter name sent to the token endpoint to prove possession.

Drag the correct code snippets from the options panel into the placeholders in the code window.

data = { "grant_type": "authorization_code", "code": "AUTH_CODE", {{1}}: "random-secret-string" } print(data)

Drag a snippet from the right into each blank box in the code.

Available snippets

"code_challenge"
"nonce"
"state"
"client_secret"
"verifier"
"code_verifier"
"challenge"