Skip to content

simpleotp.otptype

Eugene Fox edited this page Sep 18, 2024 · 1 revision

OtpType

Namespace: SimpleOTP

Represents the type of One-Time Password (OTP).

public enum OtpType

Inheritance ObjectValueTypeEnumOtpType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
Totp 0 Time-based One-Time Password (TOTP).
Hotp 1 HMAC-based One-Time Password (HOTP).
Clone this wiki locally