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

SiteVerificationWebResourceGettokenRequest

import type { SiteVerificationWebResourceGettokenRequest } from "https://googleapis.deno.dev/v1/siteVerification:v1.ts";
interface SiteVerificationWebResourceGettokenRequest {
site?: {
identifier?: string;
type?: string;
}
;
verificationMethod?: string;
}

§Properties

§
site?: {
identifier?: string;
type?: string;
}
[src]

The site for which a verification token will be generated.

§
verificationMethod?: string
[src]

The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.