MCPcopy
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_compactMethod · 0.45
serialize_jsonMethod · 0.45
deserialize_compactMethod · 0.45
deserialize_jsonMethod · 0.45
prepare_keyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected