Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationProviderAuthenticationSessionsChangeEvent

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

层级

  • AuthenticationProviderAuthenticationSessionsChangeEvent

索引

Properties(3)

Properties(3)

Optional Readonly added

added: readonly AuthenticationSession[]

The AuthenticationSessions of the AuthenticationProvider that have been added.

Optional Readonly removed

removed: readonly AuthenticationSession[]

The AuthenticationSessions of the AuthenticationProvider that have been removed.

Optional Readonly changed

changed: readonly AuthenticationSession[]

The AuthenticationSessions of the AuthenticationProvider that have been changed. A session changes when its data excluding the id are updated. An example of this is a session refresh that results in a new access token being set for the session.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹