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

UserIdentifier

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

A single identifier for the user.

interface UserIdentifier {
address?: AddressInfo;
emailAddress?: string;
phoneNumber?: string;
}

§Properties

§

The known components of a user's address. Holds a grouping of identifiers that are matched all at once.

§
emailAddress?: string
[src]

Hashed email address using SHA-256 hash function after normalization.

§
phoneNumber?: string
[src]

Hashed phone number using SHA-256 hash function after normalization (E164 standard).