Parses and validates an OAuth 2.0 access token request.
This function performs the following steps:
Validates the request body against the access token request schema
Extracts and validates grant-specific parameters (authorization code or refresh token)
Parses security headers (DPoP and Client Attestation JWTs)
Extracts PKCE code verifier if present
Note: This function only parses and validates the structure of the request.
Cryptographic verification of JWTs and tokens should be performed separately.
Parses and validates an OAuth 2.0 access token request.
This function performs the following steps:
Note: This function only parses and validates the structure of the request. Cryptographic verification of JWTs and tokens should be performed separately.