Class t.m.s.CramMD5ClientAuthenticator:

Part of twisted.mail.smtp View Source View In Hierarchy

Implements interfaces: twisted.mail.smtp.IClientAuthentication
No class docstring
Method __init__ Undocumented
Method getName Return an identifier associated with this authentication scheme.
Method challengeResponse Generate a challenge response string
def __init__(self, user): (source)
Undocumented
def getName(self): (source)
Return an identifier associated with this authentication scheme.
Returns(type: str )
def challengeResponse(self, secret, chal): (source)
Generate a challenge response string
API Documentation for twisted, generated by pydoctor.