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 OtpTotpEncodingAuthenticatorMethodOtp.getEncoding()Get encodingAuthenticatorMethodOtpAllOf.getEncoding()Get encodingstatic OtpTotpEncodingReturns 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) voidAuthenticatorMethodOtp.setEncoding(OtpTotpEncoding encoding) voidAuthenticatorMethodOtpAllOf.setEncoding(OtpTotpEncoding encoding)