Struct t_rust_less_lib::otp::OTPAuthUrl [−][src]
pub struct OTPAuthUrl {
pub otp_type: OTPType,
pub algorithm: OTPAlgorithm,
pub digits: u8,
pub account_name: String,
pub issuer: Option<String>,
pub secret: OTPSecret,
}
Fields
otp_type: OTPType
algorithm: OTPAlgorithm
digits: u8
account_name: String
issuer: Option<String>
secret: OTPSecret