Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BearerTokenConfig

import type { BearerTokenConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Configurations for authentication with a bearer token.

interface BearerTokenConfig {
token?: string;
}

§Properties

§
token?: string
[src]

Required. The bearer token. Must be in the format $context.variables..