Uses of Enum
com.okta.sdk.resource.model.OtpTotpAlgorithm
-
Uses of OtpTotpAlgorithm in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic OtpTotpAlgorithm
AuthenticatorMethodOtp.getAlgorithm()
Get algorithmAuthenticatorMethodTotpAllOfSettings.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.Modifier and TypeMethodDescriptionAuthenticatorMethodOtp.algorithm
(OtpTotpAlgorithm algorithm) AuthenticatorMethodTotpAllOfSettings.algorithm
(OtpTotpAlgorithm algorithm) void
AuthenticatorMethodOtp.setAlgorithm
(OtpTotpAlgorithm algorithm) void
AuthenticatorMethodTotpAllOfSettings.setAlgorithm
(OtpTotpAlgorithm algorithm)