OAuth2
import type { OAuth2 } from "https://googleapis.deno.dev/v1/iap:v1.ts";
The OAuth 2.0 Settings
interface OAuth2 {
clientId?: string;
clientSecret?: string;
readonly clientSecretSha256?: string;
}import type { OAuth2 } from "https://googleapis.deno.dev/v1/iap:v1.ts";
The OAuth 2.0 Settings