Uses of Enum
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 type with the specified name.static OtpGenerator.Mode[]OtpGenerator.Mode.values()Returns an array containing the constants of this enum type, 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)