We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45384a commit 056b2aaCopy full SHA for 056b2aa
1 file changed
src/joserfc/jwk.py
@@ -7,7 +7,7 @@
7
Key,
8
KeySetSerialization,
9
)
10
-from .rfc7517.types import AnyKey, KeyParameters
+from .rfc7517.types import AnyKey, DictKey, KeyParameters
11
from .rfc7518.oct_key import OctKey as OctKey
12
from .rfc7518.rsa_key import RSAKey as RSAKey
13
from .rfc7518.ec_key import ECKey as ECKey
@@ -19,6 +19,7 @@
19
__all__ = [
20
"JWKRegistry",
21
"Key",
22
+ "DictKey",
23
"KeyCallable",
24
"KeyFlexible",
25
"KeySetSerialization",
0 commit comments