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

    Function registerAuthCommands

    • Registers all authentication-related commands.

      Parameters

      • context: ExtensionContext

        The extension context for managing command subscriptions

      • authProvider: SDKAuthProvider

        The authentication provider instance for handling auth operations

      • updateAuthState: () => void

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

      Returns void