Options
All
  • Public
  • Public/Protected
  • All
Menu

The results from the generateCodeVerifierAsync method. To learn more, See the sample: https://github.com/googleapis/google-auth-library-nodejs/blob/main/samples/oauth2-codeVerifier.js

Hierarchy

  • CodeVerifierResults

Index

Properties

codeChallenge?: string

The code_challenge that should be sent with the generateAuthUrl call to obtain a verifiable authentication url.

codeVerifier: string

The code verifier that will be used when calling getToken to obtain a new access token.