@qualithm/arrow-flight-client - v0.1.4
    Preparing search index...

    Type Alias BasicAuthCredentials

    Basic authentication credentials for Flight Handshake.

    type BasicAuthCredentials = {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string

    Password for authentication.

    username: string

    Username for authentication.