Function decode_token

Source
pub fn decode_token(
    token: &str,
    secret_key: &str,
) -> Result<DecodedTokenResponse, String>