Interface AuthenticationSessionsChangeEvent

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

interface AuthenticationSessionsChangeEvent {
    provider: AuthenticationProviderInformation;
}

Properties

Properties

The authenticationProvider that has had its sessions change.