GoogleCloudIdentitytoolkitAdminV2SignInConfig class
Configuration related to local sign in methods.
Constructors
- GoogleCloudIdentitytoolkitAdminV2SignInConfig({bool? allowDuplicateEmails, GoogleCloudIdentitytoolkitAdminV2Anonymous? anonymous, GoogleCloudIdentitytoolkitAdminV2Email? email, GoogleCloudIdentitytoolkitAdminV2HashConfig? hashConfig, GoogleCloudIdentitytoolkitAdminV2PhoneNumber? phoneNumber})
- GoogleCloudIdentitytoolkitAdminV2SignInConfig.fromJson(Map _json)
Properties
- allowDuplicateEmails ↔ bool?
-
Whether to allow more than one account to have the same email.
getter/setter pair
- anonymous ↔ GoogleCloudIdentitytoolkitAdminV2Anonymous?
-
Configuration options related to authenticating an anonymous user.
getter/setter pair
- email ↔ GoogleCloudIdentitytoolkitAdminV2Email?
-
Configuration options related to authenticating a user by their email
address.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashConfig ↔ GoogleCloudIdentitytoolkitAdminV2HashConfig?
-
Hash config information.
getter/setter pair
- phoneNumber ↔ GoogleCloudIdentitytoolkitAdminV2PhoneNumber?
-
Configuration options related to authenticated a user by their phone
number.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited