class twisted.words.protocols.jabber.sasl_mechanisms.Anonymous: (source)
Implements interfaces: twisted.words.protocols.jabber.sasl_mechanisms.ISASLMechanism
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. |
Get the initial client response, if defined for this mechanism.
Returns | initial client response string. (type: str .) |
Get the response to a server challenge.
Parameters | challenge | server challenge. (type: str .) |
Returns | client response. (type: str .) |