web_services.py | 58 Process a request to authenticate a client. We assume that the username 66 def authenticate(self): member in class:BaseWebServiceHandler 109 class Authenticate(BaseWebServiceHandler): 119 self.authenticate() 392 [('/auth', Authenticate),
|