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

Method token

github/Auth.py:250–251  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

248
249 @property
250 def token(self) -> str:
251 return self.create_jwt()
252
253 def get_installation_auth(
254 self,

Callers

nothing calls this directly

Calls 1

create_jwtMethod · 0.95

Tested by

no test coverage detected