Uses of Enum Class
net.optionfactory.keycloak.authenticators.otp.OtpGenerator.Mode
Packages that use OtpGenerator.Mode
-
Uses of OtpGenerator.Mode in net.optionfactory.keycloak.authenticators.otp
Methods in net.optionfactory.keycloak.authenticators.otp that return OtpGenerator.ModeModifier and TypeMethodDescriptionstatic OtpGenerator.ModeReturns the enum constant of this class with the specified name.static OtpGenerator.Mode[]OtpGenerator.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.optionfactory.keycloak.authenticators.otp with parameters of type OtpGenerator.ModeModifier and TypeMethodDescriptionstatic OtpGeneratorOtpGenerator.of(OtpGenerator.Mode mode, String preset, int digits)