class twisted.cred.checkers.AllowAnonymousAccess: (source)
Implements interfaces: twisted.cred.checkers.ICredentialsChecker
A credentials checker that unconditionally grants anonymous access.
Class Variable | credentialInterfaces | A list of sub-interfaces of ICredentials which specifies which I may check. |
Method | requestAvatarId | Succeed with the ANONYMOUS avatar ID. |
Succeed with the ANONYMOUS
avatar ID.
Returns | Deferred that fires with twisted.cred.checkers.ANONYMOUS |