CreateRequest class

Interface representing the properties to set on a new user record to be created.

Constructors

CreateRequest({bool? disabled, Object? displayName = _sentinel, String? email, bool? emailVerified, String? password, Object? phoneNumber = _sentinel, Object? photoURL = _sentinel, MultiFactorCreateSettings? multiFactor, String? uid})

Properties

disabled → bool?
Whether or not the user is disabled: true for disabled; false for enabled.
finalinherited
displayName → _Box<String?>?
The user's display name.
finalinherited
email → String?
The user's primary email.
finalinherited
emailVerified → bool?
Whether or not the user's primary email is verified.
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
multiFactor → MultiFactorCreateSettings?
The user's multi-factor related properties.
final
password → String?
The user's unhashed password.
finalinherited
phoneNumber → _Box<String?>?
The user's primary phone number.
finalinherited
photoURL → _Box<String?>?
The user's photo URL.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
uid → String?
The user's uid.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited