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: AlgorithmThe algorithm to use.
digits: DigitsThe number of digits to return.