@karmaniverous/jeeves
    Preparing search index...

    Interface AccountConfig

    Configuration for a Google account's auth method.

    interface AccountConfig {
        email: string;
        serviceAccount?: string | ServiceAccountFileConfig;
        tokenFile?: string;
    }
    Index

    Properties

    email: string

    Google account email address.

    serviceAccount?: string | ServiceAccountFileConfig

    Service account key file path or config object.

    tokenFile?: string

    Path to refresh token file (relative to credentialsDir).