BearerTokenConfig
import type { BearerTokenConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";Configurations for authentication with a bearer token.
interface BearerTokenConfig {
token?: string;
}import type { BearerTokenConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";Configurations for authentication with a bearer token.