@qualithm/arrow-flight-sql-js - v0.4.3
    Preparing search index...

    Type Alias AuthConfig

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

    Authentication configuration