-
-
Notifications
You must be signed in to change notification settings - Fork 1
simpleotp.otptype
Eugene Fox edited this page Sep 18, 2024
·
1 revision
Namespace: SimpleOTP
Represents the type of One-Time Password (OTP).
public enum OtpType
Inheritance Object → ValueType → Enum → OtpType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Name | Value | Description |
---|---|---|
Totp | 0 | Time-based One-Time Password (TOTP). |
Hotp | 1 | HMAC-based One-Time Password (HOTP). |
©2025 Eugene Fox. Licensed under MIT license