Interface IdentityPoolClientOptions (9.0.0)

Url-sourced/file-sourced credentials json interface. This is used for K8s and Azure workloads.

Inheritance

BaseExternalAccountClientOptions > IdentityPoolClientOptions

Package

google-auth-library

Properties

credential_source

credential_source: {
        file?: string;
        url?: string;
        headers?: {
            [key: string]: string;
        };
        format?: {
            type: SubjectTokenFormatType;
            subject_token_field_name?: string;
        };
    };