Interface GetTokenOptions (7.3.0)

Package

google-auth-library!

Properties

client_id

client_id?: string;

The client ID for your application. The value passed into the constructor will be used if not provided. Must match any client_id option passed to a corresponding call to generateAuthUrl.

Property Value
TypeDescription
string

code

code: string;
Property Value
TypeDescription
string

codeVerifier

codeVerifier?: string;
Property Value
TypeDescription
string

redirect_uri

redirect_uri?: string;

Determines where the API server redirects the user after the user completes the authorization flow. The value passed into the constructor will be used if not provided. Must match any redirect_uri option passed to a corresponding call to generateAuthUrl.

Property Value
TypeDescription
string