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

IdentitytoolkitRelyingpartyVerifyCustomTokenRequest

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

Request to verify a custom token

interface IdentitytoolkitRelyingpartyVerifyCustomTokenRequest {
delegatedProjectNumber?: bigint;
instanceId?: string;
returnSecureToken?: boolean;
token?: string;
}

§Properties

§
delegatedProjectNumber?: bigint
[src]

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

§
instanceId?: string
[src]

Instance id token of the app.

§
returnSecureToken?: boolean
[src]

Whether return sts id token and refresh token instead of gitkit token.

§
token?: string
[src]

The custom token to verify