Options
All
  • Public
  • Public/Protected
  • All
Menu

External Account Authorized User Credentials JSON interface.

Hierarchy

Index

Properties

audience: string
client_id: string
client_secret: string
credentials?: Credentials
eagerRefreshThresholdMillis?: number

The expiration threshold in milliseconds before forcing token refresh of unexpired tokens.

forceRefreshOnFailure?: boolean

Whether to attempt to refresh tokens on status 401/403 responses even if an attempt is made to refresh the token preemptively based on the expiry_date.

projectId: undefined | null | string
project_id: undefined | null | string
quotaProjectId: undefined | string
quota_project_id: undefined | string
refresh_token: string
revoke_url?: string
token_info_url: string
token_url: string
transporter?: Transporter | Gaxios

A Gaxios or Transporter instance to use for AuthClient requests.

transporterOptions?: GaxiosOptions

Provides default options to the transporter, such as agent or retryConfig.

type: "external_account_authorized_user"
universeDomain: undefined | string
universe_domain: undefined | string