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