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

VerificationToken

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

Token generated by a vetted partner.

interface VerificationToken {
tokenString?: string;
}

§Properties

§
tokenString?: string
[src]

The token string.