Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationProviderAuthenticationSessionsChangeEvent

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

Hierarchy

  • AuthenticationProviderAuthenticationSessionsChangeEvent

Index

Properties

Properties

Readonly added

added: readonly string[]

The ids of the AuthenticationSessions that have been added.

Readonly changed

changed: readonly string[]

The ids of the AuthenticationSessions that have been changed.

Readonly removed

removed: readonly string[]

The ids of the AuthenticationSessions that have been removed.