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

SiteVerificationWebResourceGettokenResponse

import type { SiteVerificationWebResourceGettokenResponse } from "https://googleapis.deno.dev/v1/siteVerification:v1.ts";
interface SiteVerificationWebResourceGettokenResponse {
method?: string;
token?: string;
}

§Properties

§
method?: string
[src]

The verification method to use in conjunction with this token. For FILE, the token should be placed in the top-level directory of the site, stored inside a file of the same name. For META, the token should be placed in the HEAD tag of the default page that is loaded for the site. For DNS, the token should be placed in a TXT record of the domain.

§
token?: string
[src]

The verification token. The token must be placed appropriately in order for verification to succeed.