You've already forked authentication-service
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:
committed by
Quentin Gliech
parent
3397934f17
commit
5cff55c099
@@ -18,5 +18,5 @@ mod signed;
|
|||||||
|
|
||||||
pub use self::{
|
pub use self::{
|
||||||
header::JsonWebSignatureHeader,
|
header::JsonWebSignatureHeader,
|
||||||
signed::{Jwt, JwtDecodeError, JwtSignatureError, JwtVerificationError},
|
signed::{Jwt, JwtDecodeError, JwtSignatureError, JwtVerificationError, NoKeyWorked},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user