Known implementations: twisted.words.protocols.jabber.sasl_mechanisms.Anonymous, twisted.words.protocols.jabber.sasl_mechanisms.DigestMD5, twisted.words.protocols.jabber.sasl_mechanisms.Plain, twisted.words.test.test_jabbersasl.DummySASLMechanism

No interface docstring
Attribute name Common name for the SASL Mechanism.
Method getInitialResponse Get the initial client response, if defined for this mechanism.
Method getResponse Get the response to a server challenge.
name =

Common name for the SASL Mechanism.

def getInitialResponse():

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

Returnsinitial client response string. (type: str.)
def getResponse(challenge):

Get the response to a server challenge.

Parameterschallengeserver challenge. (type: str.)
Returnsclient response. (type: str.)
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.