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

GoogleCloudIntegrationsV1alphaAuthToken

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

The credentials to authenticate a user agent with a server that is put in HTTP Authorization request header.

interface GoogleCloudIntegrationsV1alphaAuthToken {
token?: string;
type?: string;
}

§Properties

§
token?: string
[src]

The token for the auth type.

§
type?: string
[src]

Authentication type, e.g. "Basic", "Bearer", etc.