GoogleCloudIdentitytoolkitAdminV2SignInConfig constructor

GoogleCloudIdentitytoolkitAdminV2SignInConfig({
  1. bool? allowDuplicateEmails,
  2. GoogleCloudIdentitytoolkitAdminV2Anonymous? anonymous,
  3. GoogleCloudIdentitytoolkitAdminV2Email? email,
  4. GoogleCloudIdentitytoolkitAdminV2HashConfig? hashConfig,
  5. GoogleCloudIdentitytoolkitAdminV2PhoneNumber? phoneNumber,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2SignInConfig({
  this.allowDuplicateEmails,
  this.anonymous,
  this.email,
  this.hashConfig,
  this.phoneNumber,
});