Skip to main content

totp_uri

Function totp_uri 

Source
pub fn totp_uri(
    secret: &str,
    issuer: &str,
    account: &str,
    digits: u32,
    period: u64,
) -> String