Struct otpauth_uri::types::TOTPGenerator[][src]

pub struct TOTPGenerator {
    pub algorithm: OTPAlgorithm,
    pub digits: OTPDigits,
    pub period: u32,
    pub secret: Vec<u8>,
}

Fields

Methods

impl TOTPGenerator
[src]

Trait Implementations

impl Debug for TOTPGenerator
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations