class documentation

class PLAINAuthenticator: (source)

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): (source)

Undocumented

def challengeResponse(self, secret, chal): (source)

Generate a challenge response string.

def getName(self): (source)

Return an identifier associated with this authentication scheme.

Returns
bytesUndocumented

Undocumented