UserUsernameEmail class abstract
AuthorizationUser that uses username and email as authenticationId and unique record id as authorizationId
- Implemented types
Constructors
Properties
-
Authorization Id is the field used to identify the logged in user in
session data
no setteroverride
- email → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setter
- password → String
-
Secret password the user uses to authenticate.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String
-
no setter
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