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: CounterThe counter used to generate codes.