MCPcopy Create free account
hub / github.com/oauthlib/oauthlib / __init__

Method __init__

examples/device_code_flow.py:210–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208
209class ServerSetupForTokenEndpoint:
210 def __init__(self):
211 validator = ExampleRequestValidator
212 self.server = Server(validator)
213
214
215# You should already have the /token endpoint implemented in your provider.

Callers

nothing calls this directly

Calls 1

ServerClass · 0.90

Tested by

no test coverage detected