Prepares token request parameters for an authorization code exchange.
This is the default implementation used by fetchToken when the provider doesn't implement prepareTokenRequest.
fetchToken
prepareTokenRequest
The authorization code received from the authorization endpoint
The PKCE code verifier
The redirect URI used in the authorization request
URLSearchParams for the authorization_code grant
authorization_code
Prepares token request parameters for an authorization code exchange.
This is the default implementation used by
fetchTokenwhen the provider doesn't implementprepareTokenRequest.