Function honest_jwt::decode

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