Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Options object passed to the constructor of the client

Object containing client_email and private_key properties, or the external account client options.

email?: string
interceptors_?: Interceptor[]
keyFile?: string

Path to a .json, .pem, or .p12 key file

keyFilename?: string

Path to a .json, .pem, or .p12 key file

projectId?: string

Your project ID.

scopes?: string | string[]

Required scopes for the desired API request

timeout?: number
token?: string
useAuthWithCustomEndpoint?: boolean
userAgent?: string