1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00
1
simpleotp.otptype
Eugene Fox edited this page 2024-09-18 16:16:09 +03:00

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).