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

IdentitytoolkitRelyingpartyGetAccountInfoRequest

import type { IdentitytoolkitRelyingpartyGetAccountInfoRequest } from "https://googleapis.deno.dev/v1/identitytoolkit:v3.ts";

Request to get the account information.

interface IdentitytoolkitRelyingpartyGetAccountInfoRequest {
delegatedProjectNumber?: bigint;
email?: string[];
idToken?: string;
localId?: string[];
phoneNumber?: string[];
}

§Properties

§
delegatedProjectNumber?: bigint
[src]

GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.

§
email?: string[]
[src]

The list of emails of the users to inquiry.

§
idToken?: string
[src]

The GITKit token of the authenticated user.

§
localId?: string[]
[src]

The list of local ID's of the users to inquiry.

§
phoneNumber?: string[]
[src]

Privileged caller can query users by specified phone number.