interface documentation

class twisted.words.protocols.jabber.sasl_mechanisms.ISASLMechanism(Interface): (source)

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

View In Hierarchy

Undocumented

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

Common name for the SASL Mechanism.

def getInitialResponse(): (source)

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

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

Get the response to a server challenge.

Parameterschallengeserver challenge. (type: str.)
Returnsclient response. (type: str.)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.