class documentation

class AllowAnonymousAccess:

Implements interfaces: twisted.cred.checkers.ICredentialsChecker

View In Hierarchy

A credentials checker that unconditionally grants anonymous access.

Method requestAvatarId Succeed with the ANONYMOUS avatar ID.
Class Variable credentialInterfaces Tuple containing IAnonymous.
def requestAvatarId(self, credentials):

Succeed with the ANONYMOUS avatar ID.

Returns
Deferred that fires with twisted.cred.checkers.ANONYMOUS
credentialInterfaces =