authenticate_basic_token


Description:

[ Version ( since = "12.0.0" ) ]
public bool authenticate_basic_token (string user, string password, CallOptions? options, out string bearer_name, out string bearer_value) throws Error

Authenticates to the server using basic HTTP style authentication.

Parameters:

this

A Client.

user

User name to be used.

password

Password to be used.

options

A CallOptions.

bearer_name

Bearer token name on success.

bearer_value

Bearer token value on success.

Returns:

true on success, false if there was an error.