Interface CodeVerifierResults (7.2.0)

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

Package

google-auth-library!

Properties

codeChallenge

codeChallenge?: string;

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

Property Value
TypeDescription
string

codeVerifier

codeVerifier: string;

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

Property Value
TypeDescription
string