twisted.cred.checkers.AllowAnonymousAccess class documentationtwisted.cred.checkers
          View Source
          (View In Hierarchy)
        
      Implements interfaces: twisted.cred.checkers.ICredentialsChecker
A credentials checker that unconditionally grants anonymous access.
| Class Variable | credentialInterfaces | Tuple containing IAnonymous. | 
  
| Method | requestAvatarId | Succeed with the ANONYMOUS avatar ID. | 
  
Succeed with the ANONYMOUS avatar ID.
| Returns | Deferred that fires with twisted.cred.checkers.ANONYMOUS | |