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

GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent

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

Details on a phone authentication event

interface GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent {
eventTime?: Date;
phoneNumber?: string;
}

§Properties

§
eventTime?: Date
[src]

Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.

§
phoneNumber?: string
[src]

Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.