pub type Totp = Otp<Time>;
Expand description
Time-based one-time passcode.
Provides one-time passcodes that are valid within a window of time after the passcode is generated.
Aliased Type§
struct Totp { /* private fields */ }
pub type Totp = Otp<Time>;
Time-based one-time passcode.
Provides one-time passcodes that are valid within a window of time after the passcode is generated.
struct Totp { /* private fields */ }