Skip to main content

totp_code

Function totp_code 

Source
pub fn totp_code(
    secret: &str,
    digits: u32,
    period: u64,
    unix_timestamp: i64,
) -> String