Docs.rs
moat_jwt_handler-0.2.0
moat_jwt_handler 0.2.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
molnattila991
Dependencies
chrono ^0.4.19
normal
jsonwebtoken ^8.1.1
normal
rust-crypto ^0.2.36
normal
serde ^1.0.143
normal
thiserror ^1.0.32
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In moat_jwt_handler
?
Function
moat_jwt_handler
::
decode_token
source
·
[
−
]
pub fn decode_token(
token_as_string: &
str
,
public_key: &
str
) ->
Result
<
Claims
,
Error
>