class IClientAuthentication(Interface): (source)
Known implementations: twisted.mail._cred.CramMD5ClientAuthenticator
, twisted.mail._cred.LOGINAuthenticator
, twisted.mail._cred.PLAINAuthenticator
, twisted.mail.smtp.PLAINAuthenticator
Undocumented
Method | challengeResponse |
Generate a challenge response string. |
Method | getName |
Return an identifier associated with this authentication scheme. |