Package
google-auth-library!Properties
clientOptions
clientOptions?: JWTOptions | OAuth2ClientOptions | UserRefreshClientOptions;
Options object passed to the constructor of the client
Type | Description |
JWTOptions | OAuth2ClientOptions | UserRefreshClientOptions |
credentials
credentials?: CredentialBody | ExternalAccountClientOptions;
Object containing client_email and private_key properties, or the external account client options.
Type | Description |
CredentialBody | ExternalAccountClientOptions |
keyFile
keyFile?: string;
Path to a .json, .pem, or .p12 key file
Type | Description |
string |
keyFilename
keyFilename?: string;
Path to a .json, .pem, or .p12 key file
Type | Description |
string |
projectId
projectId?: string;
Your project ID.
Type | Description |
string |
scopes
scopes?: string | string[];
Required scopes for the desired API request
Type | Description |
string | string[] |