onDidChangeSessions property
Event<AuthenticationSessionsChangeEvent>
get
onDidChangeSessions
An {@link Event} which fires when the authentication sessions of an authentication provider have been added, removed, or changed.
Implementation
_i4.Event<_i4.AuthenticationSessionsChangeEvent> get onDidChangeSessions =>
_i3.getProperty(
this,
'onDidChangeSessions',
);