OAuth2Config
import type { OAuth2Config } from "https://googleapis.deno.dev/v1/connectors:v2.ts";interface OAuth2Config {
authUri?: string;
clientId?: string;
clientSecret?: string;
}import type { OAuth2Config } from "https://googleapis.deno.dev/v1/connectors:v2.ts";