class twisted.words.protocols.jabber.sasl_mechanisms.Plain: (source)
Implements interfaces: twisted.words.protocols.jabber.sasl_mechanisms.ISASLMechanism
Implements the PLAIN SASL authentication mechanism.
The PLAIN SASL authentication mechanism is defined in RFC 2595.
Class Variable | name | Common name for the SASL Mechanism. |
Method | __init__ | |
Instance Variable | authzid | Undocumented |
Instance Variable | authcid | Undocumented |
Instance Variable | password | Undocumented |
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 .) |