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

RelyingpartyGetProjectConfigOptions

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

Additional options for IdentityToolkit#relyingpartyGetProjectConfig.

interface RelyingpartyGetProjectConfigOptions {
delegatedProjectNumber?: string;
projectNumber?: string;
}

§Properties

§
delegatedProjectNumber?: string
[src]

Delegated GCP project number of the request.

§
projectNumber?: string
[src]

GCP project number of the request.