Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Function registerAuthCommands

    • Registers all authentication-related commands including login, logout, and status display.

      Parameters

      • context: ExtensionContext

        The extension context for managing command subscriptions.

      • authProvider: DatalayerAuthProvider

        The authentication provider instance for handling auth operations.

      • updateAuthState: () => void

        Callback to update authentication state in UI components (status bar, tree view).

      Returns void