MCPcopy Index your code
hub / github.com/authlib/authlib / token

Method token

authlib/oauth1/client.py:58–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56
57 @property
58 def token(self):
59 return dict(
60 oauth_token=self.auth.token,
61 oauth_token_secret=self.auth.token_secret,
62 oauth_verifier=self.auth.verifier,
63 )
64
65 @token.setter
66 def token(self, token):

Callers

nothing calls this directly

Calls 1

handle_errorMethod · 0.95

Tested by

no test coverage detected