diff --git a/OTPType.md b/OTPType.md new file mode 100644 index 0000000..d7a4edb --- /dev/null +++ b/OTPType.md @@ -0,0 +1,14 @@ +Namespace: `SimpleOTP.Enums` + +Assembly: `SimpleOTP.dll` + +OTP algorithm types. +```csharp +public enum OTPType +``` + +## Fields +| Field | Value | Description | +| ----- | ----- | -------------------------------------------------------------------------------------- | +| TOTP | 0 | Time-based One-Time Password [RFC 6238](https://datatracker.ietf.org/doc/html/rfc6238) | +| HOTP | 1 | HMAC-based One-Time Password [RFC 4226](https://datatracker.ietf.org/doc/html/rfc4226) | \ No newline at end of file