Interface BaseExternalAccountClientOptions (8.7.0)

Base external account credentials json interface.

Package

google-auth-library

Properties

audience

audience: string;

client_id

client_id?: string;

client_secret

client_secret?: string;

quota_project_id

quota_project_id?: string;

service_account_impersonation_url

service_account_impersonation_url?: string;

service_account_impersonation

service_account_impersonation?: {
        token_lifetime_seconds?: number;
    };

subject_token_type

subject_token_type: string;

token_info_url

token_info_url?: string;

token_url

token_url: string;

type

type: string;

workforce_pool_user_project

workforce_pool_user_project?: string;