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)
from
twisted.mail.smtp.IClientAuthentication
Return an identifier associated with this authentication scheme.
Returns
(type:
str
)
def challengeResponse(self, secret, chal):
(source)
from
twisted.mail.smtp.IClientAuthentication
Generate a challenge response string
API Documentation
for twisted, generated by
pydoctor
.