Part of twisted.words.protocols.jabber.sasl_mechanisms View Source View In Hierarchy
Known implementations: twisted.words.protocols.jabber.sasl_mechanisms.Anonymous, twisted.words.protocols.jabber.sasl_mechanisms.DigestMD5, twisted.words.protocols.jabber.sasl_mechanisms.Plain
| 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. | 
| Returns | initial client response string.
 (type: str.
) | |
| Parameters | challenge | server challenge.
 (type: str.
) | 
| Returns | client response.
 (type: str.
) | |