pub fn decode_token(
    token_as_string: &str,
    public_key: &str
) -> Result<Claims, Error>