class documentation

class PLAINAuthenticator:

Constructor: PLAINAuthenticator(user)

Implements interfaces: twisted.mail.interfaces.IClientAuthentication

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method challengeResponse Generate a challenge response string.
Method getName Return an identifier associated with this authentication scheme.
Instance Variable user Undocumented
def __init__(self, user):

Undocumented

def challengeResponse(self, secret, chal):

Generate a challenge response string.

def getName(self):

Return an identifier associated with this authentication scheme.

Returns
bytesUndocumented
user =

Undocumented