[][src]Function frank_jwt::decode

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