@mcp-z/oauth-google
    Preparing search index...

    Interface DcrRouterConfig

    Configuration for DCR Router (self-hosted mode only)

    interface DcrRouterConfig {
        baseUrl: string;
        cimdResolver?: CimdResolver;
        clientConfig: OAuthClientConfig;
        issuerUrl: string;
        scopesSupported: string[];
        store: Keyv;
    }
    Index
    baseUrl: string

    Base URL for OAuth endpoints

    cimdResolver?: CimdResolver

    Optional CIMD resolver; the default is the secure shared resolver.

    clientConfig: OAuthClientConfig

    OAuth client configuration for upstream provider

    issuerUrl: string

    Authorization Server issuer URL

    scopesSupported: string[]

    Supported OAuth scopes

    store: Keyv

    Single Keyv store for all DCR data