changed property
List<AuthenticationSession> ?
get
changed
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.
Implementation
_i2.List<_i3.AuthenticationSession>? get changed => (_i5.getProperty(
this,
'changed',
) as _i2.List?)
?.cast();