A message for doing simple auth.

from protobuf message arrow.flight.protocol.BasicAuth

interface BasicAuth {
    password: string;
    username: string;
}

Properties

Properties

password: string

from protobuf field: string password = 3;

username: string

from protobuf field: string username = 2;