Uses of Class
cloud.opencode.base.crypto.otp.Totp.Builder
Packages that use Totp.Builder
-
Uses of Totp.Builder in cloud.opencode.base.crypto.otp
Methods in cloud.opencode.base.crypto.otp that return Totp.BuilderModifier and TypeMethodDescriptionSets the HMAC algorithm.static Totp.BuilderTotp.builder()Creates a new Builder for configuring a TOTP instance.Totp.Builder.digits(int digits) Sets the number of digits in the generated code.Totp.Builder.period(int period) Sets the time period in seconds.