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

GoogleCloudRecaptchaenterpriseV1UserId

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

An identifier associated with a user.

interface GoogleCloudRecaptchaenterpriseV1UserId {
email?: string;
phoneNumber?: string;
username?: string;
}

§Properties

§
email?: string
[src]

Optional. An email address.

§
phoneNumber?: string
[src]

Optional. A phone number. Should use the E.164 format.

§
username?: string
[src]

Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.