«
interface documentation

Undocumented

Method getInitialResponse Get the initial client response, if defined for this mechanism.
Method getResponse Get the response to a server challenge.
Attribute name Common name for the SASL Mechanism.
def getInitialResponse():

Get the initial client response, if defined for this mechanism.

Returns
str.initial client response string.
def getResponse(challenge):

Get the response to a server challenge.

Parameters
challenge:str.server challenge.
Returns
str.client response.
name =

Common name for the SASL Mechanism.