@karmaniverous/jeeves
    Preparing search index...

    Interface GoogleAuthOptions

    Options for the Google auth helper.

    interface GoogleAuthOptions {
        clientCredentialsPath: string;
        credentialsDir: string;
        serviceAccountDir?: string;
    }
    Index

    Properties

    clientCredentialsPath: string

    Path to the OAuth client credentials JSON file.

    credentialsDir: string

    Base directory for credential files.

    serviceAccountDir?: string

    Directory containing service account JSON files.