class 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
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. |