interface GoogleOAuthConfig {
    clientId: string;
    clientSecret: string;
    scope?: string[];
}

Properties

clientId: string

client id

clientSecret: string

client secret

scope?: string[]

scope

Generated using TypeDoc