GoogleCloudIdentitytoolkitAdminV2SignInConfig constructor
GoogleCloudIdentitytoolkitAdminV2SignInConfig({
- bool? allowDuplicateEmails,
- GoogleCloudIdentitytoolkitAdminV2Anonymous? anonymous,
- GoogleCloudIdentitytoolkitAdminV2Email? email,
- GoogleCloudIdentitytoolkitAdminV2HashConfig? hashConfig,
- GoogleCloudIdentitytoolkitAdminV2PhoneNumber? phoneNumber,
Implementation
GoogleCloudIdentitytoolkitAdminV2SignInConfig({
this.allowDuplicateEmails,
this.anonymous,
this.email,
this.hashConfig,
this.phoneNumber,
});