Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
AuthenticationProviderAuthenticationSessionsChangeEvent
Interface AuthenticationProviderAuthenticationSessionsChangeEvent
Should match the definition from the theia/vscode types
interface
AuthenticationProviderAuthenticationSessionsChangeEvent
{
added
:
undefined
|
readonly
AuthenticationSession
[]
;
changed
:
undefined
|
readonly
AuthenticationSession
[]
;
removed
:
undefined
|
readonly
AuthenticationSession
[]
;
}
Index
Properties
added
changed
removed
Properties
Readonly
added
added
:
undefined
|
readonly
AuthenticationSession
[]
Readonly
changed
changed
:
undefined
|
readonly
AuthenticationSession
[]
Readonly
removed
removed
:
undefined
|
readonly
AuthenticationSession
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
added
changed
removed
Theia TypeDoc
Loading...
Should match the definition from the theia/vscode types