UsingSavedAuthenticationEvent class final

Restores a previously saved authentication session.

This event is triggered when the app loads cached authentication data from local storage, allowing the user to remain logged in across app restarts.

Inheritance

Constructors

UsingSavedAuthenticationEvent({required Tenant tenant, required AppUser user})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenant Tenant
The tenant associated with the saved session
final
user AppUser
The authenticated user's profile data
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