PasswordUser class abstract

Interface for a user model with a password

Implemented types
Implementers

Constructors

PasswordUser()

Properties

authorizationId String
Authorization Id is the field used to identify the logged in user in session data
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
password String
Secret password the user uses to authenticate.
no setter
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
toString() String
A string representation of this object.
inherited

Operators

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