Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/authentication-service
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
added
changed
removed
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Should match the definition from the theia/vscode types