Uses of Enum
org.openapitools.client.model.OtpTotpEncoding
Packages that use OtpTotpEncoding
-
Uses of OtpTotpEncoding in org.openapitools.client.model
Methods in org.openapitools.client.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 org.openapitools.client.model with parameters of type OtpTotpEncodingModifier and TypeMethodDescriptionAuthenticatorMethodOtp.encoding(OtpTotpEncoding encoding) AuthenticatorMethodOtpAllOf.encoding(OtpTotpEncoding encoding) voidAuthenticatorMethodOtp.setEncoding(OtpTotpEncoding encoding) voidAuthenticatorMethodOtpAllOf.setEncoding(OtpTotpEncoding encoding)