The response returned by OAuth.PKCEClient.authorize, containing the authorization code after the provider redirect. You can then exchange the authorization code for an access token using the provider's token endpoint.
The authorization code from the OAuth provider.
The response returned by OAuth.PKCEClient.authorize, containing the authorization code after the provider redirect. You can then exchange the authorization code for an access token using the provider's token endpoint.