GoogleCloudIdentitytoolkitV1GetProjectConfigResponse constructor
GoogleCloudIdentitytoolkitV1GetProjectConfigResponse({
- bool? allowPasswordUser,
- String? apiKey,
- List<
String> ? authorizedDomains, - GoogleCloudIdentitytoolkitV1EmailTemplate? changeEmailTemplate,
- String? dynamicLinksDomain,
- bool? enableAnonymousUser,
- List<
GoogleCloudIdentitytoolkitV1IdpConfig> ? idpConfig, - GoogleCloudIdentitytoolkitV1EmailTemplate? legacyResetPasswordTemplate,
- String? projectId,
- GoogleCloudIdentitytoolkitV1EmailTemplate? resetPasswordTemplate,
- GoogleCloudIdentitytoolkitV1EmailTemplate? revertSecondFactorAdditionTemplate,
- bool? useEmailSending,
- 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,
});