pub type Owned = Totp<'static>;Expand description
Represents owned Totp.
Aliased Type§
pub struct Owned {
pub base: Base<'static>,
pub skew: Skew,
pub period: Period,
}Fields§
§base: Base<'static>The base configuration.
skew: SkewThe skew to apply.
period: PeriodThe period to use.