common::auth

Function decode_token_mfa

pub fn decode_token_mfa(
    token: &str,
    public_bytes: &Vec<u8>,
) -> Result<JwtToken, Error>