Type Alias Owned

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

Represents owned Base.

Aliased Type§

pub struct Owned {
    pub secret: Secret<'static>,
    pub algorithm: Algorithm,
    pub digits: Digits,
}

Fields§

§secret: Secret<'static>

The secret to use as the key.

§algorithm: Algorithm

The algorithm to use.

§digits: Digits

The number of digits to return.