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

Method create_jwt_sign

github/Auth.py:214–215  ·  view source on GitHub ↗
(private_key_or_func: str | PrivateKeyGenerator, jwt_algorithm: str)

Source from the content-addressed store, hash-verified

212
213 @staticmethod
214 def create_jwt_sign(private_key_or_func: str | PrivateKeyGenerator, jwt_algorithm: str) -> DictSignFunction:
215 return JwtSigner(private_key_or_func, jwt_algorithm).jwt_sign
216
217 # v3: move * above private_key
218 def __init__(

Callers 2

__init__Method · 0.80
__init__Method · 0.80

Calls 1

JwtSignerClass · 0.85

Tested by

no test coverage detected