Function frank_jwt::decode [] [src]

pub fn decode(encoded_token: String, secret: String, algorithm: Algorithm) -> Result<(Header, Payload)Error>