AuthUsernameAuthenticationResult class final
Internal result returned after username authentication.
Constructors
- AuthUsernameAuthenticationResult({required String username, required AuthUser user})
-
Creates a username authentication result.
const
Properties
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