MCPcopy
hub / github.com/jpadilla/pyjwt / to_jwk

Method to_jwk

jwt/algorithms.py:361–361  ·  view source on GitHub ↗
(key_obj: str | bytes, as_dict: Literal[True])

Source from the content-addressed store, hash-verified

359 @overload
360 @staticmethod
361 def to_jwk(key_obj: str | bytes, as_dict: Literal[True]) -> JWKDict: ...
362
363 @overload
364 @staticmethod

Calls 3

base64url_encodeFunction · 0.85
force_bytesFunction · 0.85
decodeMethod · 0.45