challenge_base64_sync
Description:
[ Version ( since = "3.0" ) ]
public string challenge_base64_sync (string token, Cancellable? cancellable = null) throws Error
public string challenge_base64_sync (string token, Cancellable? cancellable = null) throws Error
As with challenge_sync, but the challenge token
and
the response are both base64-encoded.
Parameters:
this |
a Sasl |
token |
a base64-encoded token |
cancellable |
optional Cancellable object, or null |
Returns:
the base64-encoded response |