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 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 org.openapitools.client.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)