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