Function frank_jwt::decode[][src]

pub fn decode<P: ToKey>(
    encoded_token: &String,
    signing_key: &P,
    algorithm: Algorithm
) -> Result<(JsonValue, JsonValue), Error>