Verifies the PKCE code_verifier against the stored S256 code_challenge.
PKCE verifier matching prevents intercepted authorization code redemption.
Verifies the PKCE code_verifier against the stored S256 code_challenge.
Why (Security)
PKCE verifier matching prevents intercepted authorization code redemption.
Specifications