Uses of Enum
org.openapitools.client.model.OtpTotpAlgorithm
Packages that use OtpTotpAlgorithm
-
Uses of OtpTotpAlgorithm in org.openapitools.client.model
Methods in org.openapitools.client.model that return OtpTotpAlgorithmModifier and TypeMethodDescriptionstatic OtpTotpAlgorithm
AuthenticatorMethodOtp.getAlgorithm()
Get algorithmAuthenticatorMethodOtpAllOf.getAlgorithm()
Get algorithmstatic OtpTotpAlgorithm
Returns the enum constant of this type with the specified name.static OtpTotpAlgorithm[]
OtpTotpAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model with parameters of type OtpTotpAlgorithmModifier and TypeMethodDescriptionAuthenticatorMethodOtp.algorithm
(OtpTotpAlgorithm algorithm) AuthenticatorMethodOtpAllOf.algorithm
(OtpTotpAlgorithm algorithm) void
AuthenticatorMethodOtp.setAlgorithm
(OtpTotpAlgorithm algorithm) void
AuthenticatorMethodOtpAllOf.setAlgorithm
(OtpTotpAlgorithm algorithm)