Theia API Documentation v1.65.0
    Preparing search index...

    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

    Properties

    added: undefined | readonly AuthenticationSession[]
    changed: undefined | readonly AuthenticationSession[]
    removed: undefined | readonly AuthenticationSession[]