IdentitytoolkitRelyingpartyGetProjectConfigResponse constructor

IdentitytoolkitRelyingpartyGetProjectConfigResponse({
  1. bool? allowPasswordUser,
  2. String? apiKey,
  3. List<String>? authorizedDomains,
  4. EmailTemplate? changeEmailTemplate,
  5. String? dynamicLinksDomain,
  6. bool? enableAnonymousUser,
  7. List<IdpConfig>? idpConfig,
  8. EmailTemplate? legacyResetPasswordTemplate,
  9. String? projectId,
  10. EmailTemplate? resetPasswordTemplate,
  11. bool? useEmailSending,
  12. 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,
});