-
-
Notifications
You must be signed in to change notification settings - Fork 0
simpleotp.fluent.otpbuilder
Eugene Fox edited this page Sep 18, 2024
·
1 revision
Namespace: SimpleOTP.Fluent
Class used to streamline OTP code generation on client devices.
public static class OtpBuilderInheritance Object → OtpBuilder
Attributes NullableContextAttribute, NullableAttribute
Use TOTP generator with optional counter period.
public static Otp UseTotp(int period)period Int32
Period in seconds.
Use HOTP generator with optional counter value.
public static Otp UseHotp(long counter)counter Int64
Counter value.
Creates Otp instance from OtpConfig object.
public static Otp FromConfig(OtpConfig config)©2025 Eugene Fox. Licensed under MIT license