1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Export NoKeyWorked error type

This commit is contained in:
Kévin Commaille
2022-11-07 10:43:48 +01:00
committed by Quentin Gliech
parent 3397934f17
commit 5cff55c099

View File

@@ -18,5 +18,5 @@ mod signed;
pub use self::{
header::JsonWebSignatureHeader,
signed::{Jwt, JwtDecodeError, JwtSignatureError, JwtVerificationError},
signed::{Jwt, JwtDecodeError, JwtSignatureError, JwtVerificationError, NoKeyWorked},
};