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
user | User name to be used. |
password | Password to be used. |
options | A #GAFlightCallOptions. |
bearerName | Bearer token name on success. |
bearerValue | Bearer token value on success. |
Returns
true on success, false if there was an error.
Throws
[ErrorWrap]