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

GenerateInstantVerificationTokenResponse

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

Response message for Verifications.GenerateInstantVerificationToken.

interface GenerateInstantVerificationTokenResponse {
instantVerificationToken?: string;
readonly result?: "RESULT_UNSPECIFIED" | "SUCCEEDED" | "FAILED";
}

§Properties

§
instantVerificationToken?: string
[src]

The generated instant verification token.

§
readonly result?: "RESULT_UNSPECIFIED" | "SUCCEEDED" | "FAILED"
[src]

Output only. The result of the instant verification token generation.