onDidChangeSessions property

An {@link Event} which fires when the array of sessions has changed, or data within a session has changed.

Implementation

_i3.Event<_i3.AuthenticationProviderAuthenticationSessionsChangeEvent>
    get onDidChangeSessions => _i5.getProperty(
          this,
          'onDidChangeSessions',
        );