Type Alias Owned

Source
pub type Owned = Hotp<'static>;
Expand description

Represents owned Hotp.

Aliased Type§

pub struct Owned {
    pub base: Base<'static>,
    pub counter: Counter,
}

Fields§

§base: Base<'static>

The base configuration.

§counter: Counter

The counter used to generate codes.