Searched refs:_ValidateToken (Results 1 – 3 of 3) sorted by relevance
20 def _ValidateToken(token, user): function51 if not user or not _ValidateToken(token, user):
35 self.assertTrue(xsrf._ValidateToken(token, users.get_current_user()))41 self.assertFalse(xsrf._ValidateToken(token, users.get_current_user()))
156 def _ValidateToken(access_token): function177 if not _ValidateToken(credentials.access_token):275 return 1 - (_ValidateToken(access_token))