GoogleCloudIdentitytoolkitV1GetProjectConfigResponse constructor

GoogleCloudIdentitytoolkitV1GetProjectConfigResponse({
  1. bool? allowPasswordUser,
  2. String? apiKey,
  3. List<String>? authorizedDomains,
  4. GoogleCloudIdentitytoolkitV1EmailTemplate? changeEmailTemplate,
  5. String? dynamicLinksDomain,
  6. bool? enableAnonymousUser,
  7. List<GoogleCloudIdentitytoolkitV1IdpConfig>? idpConfig,
  8. GoogleCloudIdentitytoolkitV1EmailTemplate? legacyResetPasswordTemplate,
  9. String? projectId,
  10. GoogleCloudIdentitytoolkitV1EmailTemplate? resetPasswordTemplate,
  11. GoogleCloudIdentitytoolkitV1EmailTemplate? revertSecondFactorAdditionTemplate,
  12. bool? useEmailSending,
  13. GoogleCloudIdentitytoolkitV1EmailTemplate? verifyEmailTemplate,
})

Implementation

GoogleCloudIdentitytoolkitV1GetProjectConfigResponse({
  this.allowPasswordUser,
  this.apiKey,
  this.authorizedDomains,
  this.changeEmailTemplate,
  this.dynamicLinksDomain,
  this.enableAnonymousUser,
  this.idpConfig,
  this.legacyResetPasswordTemplate,
  this.projectId,
  this.resetPasswordTemplate,
  this.revertSecondFactorAdditionTemplate,
  this.useEmailSending,
  this.verifyEmailTemplate,
});