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

    Client interface for receiving auth state change notifications.

    interface CopilotAuthServiceClient {
        onAuthStateChanged(state: CopilotAuthState): void;
    }
    Index

    Methods