class documentation

class PLAINAuthenticator: (source)

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

Generate a challenge response string.

def getName(self): (source)

Return an identifier associated with this authentication scheme.

Returns
bytesUndocumented
user = (source)

Undocumented