Skip to content

Commit 056b2aa

Browse files
committed
fix: export DictKey type in jwk
1 parent a45384a commit 056b2aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/joserfc/jwk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Key,
88
KeySetSerialization,
99
)
10-
from .rfc7517.types import AnyKey, KeyParameters
10+
from .rfc7517.types import AnyKey, DictKey, KeyParameters
1111
from .rfc7518.oct_key import OctKey as OctKey
1212
from .rfc7518.rsa_key import RSAKey as RSAKey
1313
from .rfc7518.ec_key import ECKey as ECKey
@@ -19,6 +19,7 @@
1919
__all__ = [
2020
"JWKRegistry",
2121
"Key",
22+
"DictKey",
2223
"KeyCallable",
2324
"KeyFlexible",
2425
"KeySetSerialization",

0 commit comments

Comments
 (0)