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(): (source)

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

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

Get the response to a server challenge.

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

Common name for the SASL Mechanism.