MCPcopy Create free account
hub / github.com/EasyIME/PIME / post

Method post

python/python3/tornado/test/auth_test.py:49–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47
48class OpenIdServerAuthenticateHandler(RequestHandler):
49 def post(self):
50 if self.get_argument("openid.mode") != "check_authentication":
51 raise Exception("incorrect openid.mode %r")
52 self.write("is_valid:true")
53
54
55class OAuth1ClientLoginHandler(RequestHandler, OAuthMixin):

Callers

nothing calls this directly

Calls 2

get_argumentMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected