Class t.m.i.LOGINAuthenticator:

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

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