VS Code API
    Preparing search index...

    Interface AuthenticationSessionsChangeEvent

    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.