AuthenticationSessionsChangeEvent class
An {@link Event} which fires when an {@link AuthenticationSession} is added, removed, or changed.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- AuthenticationSessionsChangeEvent.new({AuthenticationProviderInformation? provider})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- provider → AuthenticationProviderInformation
-
Available on AuthenticationSessionsChangeEvent, provided by the AuthenticationSessionsChangeEvent$Typings extension
The {@link AuthenticationProvider} that has had its sessions change.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