Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
tornado/test/auth_test.py:135–136 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
133
134
class
OAuth1ServerAccessTokenHandler(RequestHandler):
135
def
get(self):
136
self.write(
"oauth_token=uiop&oauth_token_secret=5678"
)
137
138
139
class
OAuth2ClientLoginHandler(RequestHandler, OAuth2Mixin):
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected