class documentation

class Anonymous: (source)

Implements interfaces: twisted.words.protocols.jabber.sasl_mechanisms.ISASLMechanism

View In Hierarchy

Implements the ANONYMOUS SASL authentication mechanism.

This mechanism is defined in RFC 2245.

Class Variable 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.

(type: str)
def getInitialResponse(self): (source)

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

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

Get the response to a server challenge.

Parameterschallengeserver challenge. (type: str.)
Returnsclient response. (type: str.)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.