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/dfareporting:v4.ts";

User identifying information. Exactly one type of identifier must be specified.

interface UserIdentifier {
addressInfo?: OfflineUserAddressInfo;
hashedEmail?: string;
hashedPhoneNumber?: string;
}

§Properties

§

Address information.

§
hashedEmail?: string
[src]

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

§
hashedPhoneNumber?: string
[src]

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