[Go to site: main page, start]

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

    Interface GcpAuthProviderScheme

    interface GcpAuthProviderScheme {
        continueUri?: string;
        name: string;
        scopes?: string[];
        type: "gcpAuthProviderScheme";
    }

    Properties

    continueUri?: string
    name: string
    scopes?: string[]
    type: "gcpAuthProviderScheme"