Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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]
Callers
15
serialize_json
Method · 0.80
deserialize_json
Method · 0.80
validate
Method · 0.80
set_state_data
Method · 0.80
test_ecdh_es_jwe_with_json_serialization_when_kid_is_not_specified
Function · 0.80
test_ecdh_es_jwe_with_json_serialization_when_kid_is_specified
Function · 0.80
test_ecdh_es_jwe_with_json_serialization_for_single_recipient
Function · 0.80
test_decryption_with_json_serialization_succeeds_while_encrypted_key_for_another_recipient_is_invalid
Function · 0.80
test_decryption_of_message_to_multiple_recipients_by_matching_key
Function · 0.80
test_decryption_of_json_string
Function · 0.80
test_ecdh_1pu_encryption_with_json_serialization
Function · 0.80
test_ecdh_1pu_decryption_with_json_serialization
Function · 0.80
Calls
no outgoing calls
Tested by
13
test_ecdh_es_jwe_with_json_serialization_when_kid_is_not_specified
Function · 0.64
test_ecdh_es_jwe_with_json_serialization_when_kid_is_specified
Function · 0.64
test_ecdh_es_jwe_with_json_serialization_for_single_recipient
Function · 0.64
test_decryption_with_json_serialization_succeeds_while_encrypted_key_for_another_recipient_is_invalid
Function · 0.64
test_decryption_of_message_to_multiple_recipients_by_matching_key
Function · 0.64
test_decryption_of_json_string
Function · 0.64
test_ecdh_1pu_encryption_with_json_serialization
Function · 0.64
test_ecdh_1pu_decryption_with_json_serialization
Function · 0.64
test_ecdh_1pu_jwe_with_json_serialization_when_kid_is_not_specified
Function · 0.64
test_ecdh_1pu_jwe_with_json_serialization_when_kid_is_specified
Function · 0.64
test_ecdh_1pu_jwe_with_json_serialization_when_kid_is_provided_separately_on_decryption
Function · 0.64
test_ecdh_1pu_jwe_with_json_serialization_for_single_recipient
Function · 0.64