twisted.mail.interfaces.IClientAuthentication(Interface) interface documentationtwisted.mail.interfaces
View Source
(View In Hierarchy)
Known implementations: twisted.mail._cred.CramMD5ClientAuthenticator, twisted.mail._cred.LOGINAuthenticator, twisted.mail._cred.PLAINAuthenticator, twisted.mail.smtp.PLAINAuthenticator
| Method | getName | Return an identifier associated with this authentication scheme. |
| Method | challengeResponse | Generate a challenge response string. |