QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Type Alias QwpBrowserSessionAuthentication

    QwpBrowserSessionAuthentication:
        | { password: string; type: "basic"; username: string }
        | { token: string; type: "bearer" }

    Type declaration

    • { password: string; type: "basic"; username: string }
      • password: string
      • type: "basic"

        HTTP Basic authentication.

      • username: string
    • { token: string; type: "bearer" }
      • token: string
      • type: "bearer"

        QuestDB REST token or OIDC access token.