Client.authenticateBasicToken

Authenticates to the server using basic HTTP style authentication.

class Client
bool
authenticateBasicToken

Parameters

user string

User name to be used.

password string

Password to be used.

options arrowflight.call_options.CallOptions

A #GAFlightCallOptions.

bearerName string

Bearer token name on success.

bearerValue string

Bearer token value on success.

Return Value

Type: bool

true on success, false if there was an error.