pub fn generate(secret: &TotpSecret, step_secs: u64, digits: u32) -> StringExpand description
Generate the TOTP code for secret at the current time.
pub fn generate(secret: &TotpSecret, step_secs: u64, digits: u32) -> StringGenerate the TOTP code for secret at the current time.