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

GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo

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

Information about a verification endpoint that can be used for 2FA.

interface GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo {
emailAddress?: string;
readonly lastVerificationTime?: Date;
phoneNumber?: string;
readonly requestToken?: string;
}

§Properties

§
emailAddress?: string
[src]

Email address for which to trigger a verification request.

§
readonly lastVerificationTime?: Date
[src]

Output only. Timestamp of the last successful verification for the endpoint, if any.

§
phoneNumber?: string
[src]

Phone number for which to trigger a verification request. Should be given in E.164 format.

§
readonly requestToken?: string
[src]

Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.