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

ThirdPartyAuthenticationToken

import type { ThirdPartyAuthenticationToken } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Third Party Authentication Token

interface ThirdPartyAuthenticationToken {
name?: string;
value?: string;
}

§Properties

§
name?: string
[src]

Name of the third-party authentication token.

§
value?: string
[src]

Value of the third-party authentication token. This is a read-only, auto-generated field.