Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authlib/authlib
/ prepare_key
Method
prepare_key
authlib/jose/rfc7516/models.py:16–17 ·
view source on GitHub ↗
(self, raw_data)
Source
from the content-addressed store, hash-verified
14
algorithm_location =
"alg"
15
16
def
prepare_key(self, raw_data):
17
raise
NotImplementedError
18
19
def
generate_preset(self, enc_alg, key):
20
raise
NotImplementedError
Callers
5
serialize_compact
Method · 0.45
serialize_json
Method · 0.45
deserialize_compact
Method · 0.45
deserialize_json
Method · 0.45
prepare_key
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected