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

IdentitytoolkitRelyingpartyGetProjectConfigResponse

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

Response of getting the project configuration.

interface IdentitytoolkitRelyingpartyGetProjectConfigResponse {
allowPasswordUser?: boolean;
apiKey?: string;
authorizedDomains?: string[];
changeEmailTemplate?: EmailTemplate;
dynamicLinksDomain?: string;
enableAnonymousUser?: boolean;
idpConfig?: IdpConfig[];
legacyResetPasswordTemplate?: EmailTemplate;
projectId?: string;
resetPasswordTemplate?: EmailTemplate;
useEmailSending?: boolean;
verifyEmailTemplate?: EmailTemplate;
}

§Properties

§
allowPasswordUser?: boolean
[src]

Whether to allow password user sign in or sign up.

§
apiKey?: string
[src]

Browser API key, needed when making http request to Apiary.

§
authorizedDomains?: string[]
[src]

Authorized domains.

§
changeEmailTemplate?: EmailTemplate
[src]

Change email template.

§
dynamicLinksDomain?: string
[src]
§
enableAnonymousUser?: boolean
[src]

Whether anonymous user is enabled.

§
idpConfig?: IdpConfig[]
[src]

OAuth2 provider configuration.

§
legacyResetPasswordTemplate?: EmailTemplate
[src]

Legacy reset password email template.

§
projectId?: string
[src]

Project ID of the relying party.

§
resetPasswordTemplate?: EmailTemplate
[src]

Reset password email template.

§
useEmailSending?: boolean
[src]

Whether to use email sending provided by Firebear.

§
verifyEmailTemplate?: EmailTemplate
[src]

Verify email template.