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

IdentitytoolkitRelyingpartyDeleteAccountRequest

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

Request to delete account.

interface IdentitytoolkitRelyingpartyDeleteAccountRequest {
delegatedProjectNumber?: bigint;
idToken?: string;
localId?: string;
}

§Properties

§
delegatedProjectNumber?: bigint
[src]

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

§
idToken?: string
[src]

The GITKit token or STS id token of the authenticated user.

§
localId?: string
[src]

The local ID of the user.