Theia API Documentation v1.65.0
    Preparing search index...

    An event which fires when an AuthenticationSession is added, removed, or changed.

    interface AuthenticationSessionsChangeEvent {
        provider: AuthenticationProviderInformation;
    }
    Index

    Properties

    Properties

    The authenticationProvider that has had its sessions change.