AuthenticationProviderAuthenticationSessionsChangeEvent class

An {@link Event} which fires when an {@link AuthenticationSession} is added, removed, or changed.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Properties

added List<AuthenticationSession>?

Available on AuthenticationProviderAuthenticationSessionsChangeEvent, provided by the AuthenticationProviderAuthenticationSessionsChangeEvent$Typings extension

The {@link AuthenticationSessionAuthenticationSessions} of the {@link AuthenticationProvider} that have been added.
no setter
changed List<AuthenticationSession>?

Available on AuthenticationProviderAuthenticationSessionsChangeEvent, provided by the AuthenticationProviderAuthenticationSessionsChangeEvent$Typings extension

The {@link AuthenticationSessionAuthenticationSessions} of the {@link AuthenticationProvider} that have been changed. A session changes when its data excluding the id are updated. An example of this is a session refresh that results in a new access token being set for the session.
no setter
hashCode int
The hash code for this object.
no setterinherited
removed List<AuthenticationSession>?

Available on AuthenticationProviderAuthenticationSessionsChangeEvent, provided by the AuthenticationProviderAuthenticationSessionsChangeEvent$Typings extension

The {@link AuthenticationSessionAuthenticationSessions} of the {@link AuthenticationProvider} that have been removed.
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