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

    Interface ServiceAccountConfig

    Service Account Provider Configuration

    interface ServiceAccountConfig {
        keyFilePath: string;
        logger: Logger;
        scopes: string[];
    }
    Index
    keyFilePath: string

    Path to Google Cloud service account JSON key file

    logger: Logger

    Logger for auth operations

    scopes: string[]

    OAuth scopes to request (e.g., ['https://www.googleapis.com/auth/gmail.readonly'])