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

GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig

import type { GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig {
secretVersionForToken?: string;
token?: string;
}

§Properties

§
secretVersionForToken?: string
[src]
§
token?: string
[src]