Type Alias Owned

Source
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: Skew

The skew to apply.

§period: Period

The period to use.