Uses of Enum
com.okta.sdk.resource.model.OtpTotpEncoding
Packages that use OtpTotpEncoding
-
Uses of OtpTotpEncoding in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OtpTotpEncodingModifier and TypeMethodDescriptionstatic OtpTotpEncoding
AuthenticatorMethodOtp.getEncoding()
Get encodingAuthenticatorMethodOtpAllOf.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.Methods in com.okta.sdk.resource.model with parameters of type OtpTotpEncodingModifier and TypeMethodDescriptionAuthenticatorMethodOtp.encoding
(OtpTotpEncoding encoding) AuthenticatorMethodOtpAllOf.encoding
(OtpTotpEncoding encoding) void
AuthenticatorMethodOtp.setEncoding
(OtpTotpEncoding encoding) void
AuthenticatorMethodOtpAllOf.setEncoding
(OtpTotpEncoding encoding)