class documentation
class Plain: (source)
Constructor: Plain(authzid, authcid, password)
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.
Method | __init__ |
No summary |
Method | get |
Get the initial client response, if defined for this mechanism. |
Method | get |
Get the response to a server challenge. |
Class Variable | name |
Common name for the SASL Mechanism. |
Instance Variable | authcid |
Undocumented |
Instance Variable | authzid |
Undocumented |
Instance Variable | password |
Undocumented |