Uses of Enum
com.okta.sdk.resource.model.OtpTotpEncoding
-
Uses of OtpTotpEncoding in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic OtpTotpEncoding
AuthenticatorMethodOtp.getEncoding()
Get encodingAuthenticatorMethodTotpAllOfSettings.getEncoding()
Get encodingstatic OtpTotpEncoding
Returns the enum constant of this type with the specified name.static OtpTotpEncoding[]
OtpTotpEncoding.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAuthenticatorMethodOtp.encoding
(OtpTotpEncoding encoding) AuthenticatorMethodTotpAllOfSettings.encoding
(OtpTotpEncoding encoding) void
AuthenticatorMethodOtp.setEncoding
(OtpTotpEncoding encoding) void
AuthenticatorMethodTotpAllOfSettings.setEncoding
(OtpTotpEncoding encoding)