Interface: AuthenticationProviderAuthenticationSessionsChangeEvent
Defined in: packages/extension-api/src/extension-api.d.ts:4269
An event which fires when an AuthenticationSession is added, removed, or changed.
Properties
added?
readonlyoptionaladded: readonlyAuthenticationSession[]
Defined in: packages/extension-api/src/extension-api.d.ts:4273
The AuthenticationSessions of the AuthenticationProvider that have been added.
changed?
readonlyoptionalchanged: readonlyAuthenticationSession[]
Defined in: packages/extension-api/src/extension-api.d.ts:4285
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.
removed?
readonlyoptionalremoved: readonlyAuthenticationSession[]
Defined in: packages/extension-api/src/extension-api.d.ts:4278
The AuthenticationSessions of the AuthenticationProvider that have been removed.