interface documentation

class IAuthorizer(Interface):

View In Hierarchy

Undocumented

Method decode Create a credentials object from the given response.
Method getChallenge Generate a challenge the client may respond to.
def decode(response):

Create a credentials object from the given response.

Parameters
response:strUndocumented
def getChallenge(peer):

Generate a challenge the client may respond to.

Parameters
peer:tupleThe client's address
Returns
strThe challenge string