rust_wheel 0.1.12

A project to define some public component.
Documentation
1
2
3
4
5
6
pub enum JwtTokenError {
    Valid,
    Invalid,
    Expired,
    OtherError,
}