IdentitytoolkitRelyingpartyGetProjectConfigResponse constructor
IdentitytoolkitRelyingpartyGetProjectConfigResponse({
- bool? allowPasswordUser,
- String? apiKey,
- List<
String> ? authorizedDomains, - EmailTemplate? changeEmailTemplate,
- String? dynamicLinksDomain,
- bool? enableAnonymousUser,
- List<
IdpConfig> ? idpConfig, - EmailTemplate? legacyResetPasswordTemplate,
- String? projectId,
- EmailTemplate? resetPasswordTemplate,
- bool? useEmailSending,
- EmailTemplate? verifyEmailTemplate,
Implementation
IdentitytoolkitRelyingpartyGetProjectConfigResponse({
this.allowPasswordUser,
this.apiKey,
this.authorizedDomains,
this.changeEmailTemplate,
this.dynamicLinksDomain,
this.enableAnonymousUser,
this.idpConfig,
this.legacyResetPasswordTemplate,
this.projectId,
this.resetPasswordTemplate,
this.useEmailSending,
this.verifyEmailTemplate,
});