MCPcopy
hub / github.com/authlib/authlib / keys

Method keys

authlib/jose/rfc7517/base_key.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 return self.tokens.get("kid")
51
52 def keys(self):
53 return self.tokens.keys()
54
55 def __getitem__(self, item):
56 return self.tokens[item]

Calls

no outgoing calls