ADK for TypeScript: API Reference
    Preparing search index...

    Interface ServiceAccount

    Represents Google Service Account configuration.

    interface ServiceAccount {
        scopes?: string[];
        serviceAccountCredential?: ServiceAccountCredential;
        useDefaultCredential?: boolean;
    }

    Properties

    scopes?: string[]
    serviceAccountCredential?: ServiceAccountCredential
    useDefaultCredential?: boolean