Result object containing the stored PKCE authorization artifacts. These are used to complete the OAuth2 authorization code exchange.
All artifacts present:
{ state: 'csrf-state-xyz789', codeVerifier: 'code-verifier-123', nonce: 'nonce-abc', redirectUri: 'https://your-app.com/callback'} Copy
{ state: 'csrf-state-xyz789', codeVerifier: 'code-verifier-123', nonce: 'nonce-abc', redirectUri: 'https://your-app.com/callback'}
Result object containing the stored PKCE authorization artifacts. These are used to complete the OAuth2 authorization code exchange.