class documentation
class AllowAnonymousAccess: (source)
Implements interfaces: twisted.cred.checkers.ICredentialsChecker
A credentials checker that unconditionally grants anonymous access.
Method | request |
Succeed with the ANONYMOUS avatar ID. |
Class Variable | credential |
Tuple containing IAnonymous . |
Succeed with the ANONYMOUS
avatar ID.
Returns | |
Deferred that fires with twisted.cred.checkers.ANONYMOUS |