class documentation

class AllowAnonymousAccess: (source)

Implements interfaces: twisted.cred.checkers.ICredentialsChecker

View In Hierarchy

A credentials checker that unconditionally grants anonymous access.
Method request​Avatar​Id Succeed with the ANONYMOUS avatar ID.
Class Variable credential​Interfaces Tuple containing IAnonymous.
def requestAvatarId(self, credentials): (source)
Succeed with the ANONYMOUS avatar ID.
Returns
Deferred that fires with twisted.cred.checkers.ANONYMOUS
credentialInterfaces = (source)