class documentation

class LOGINAuthenticator: (source)

Constructor: LOGINAuthenticator(user)

Implements interfaces: twisted.mail.interfaces.IClientAuthentication

View In Hierarchy

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

def getName(self): (source)

Return an identifier associated with this authentication scheme.

Returns
bytesUndocumented
challengeResponse = (source)

Generate a challenge response string.

Undocumented