Client.authenticateBasicToken

bool authenticateBasicToken(string user, string password, arrowflight.call_options.CallOptions options, out string bearerName, out string bearerValue)

Authenticates to the server using basic HTTP style authentication.

Parameters

userUser name to be used.
passwordPassword to be used.
optionsA #GAFlightCallOptions.
bearerNameBearer token name on success.
bearerValueBearer token value on success.

Returns

true on success, false if there was an error.

Throws

[ErrorWrap]