Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static OtpTotpEncoding |
OtpTotpEncoding.fromValue(String value) |
OtpTotpEncoding |
AuthenticatorMethodOtp.getEncoding()
Get encoding
|
OtpTotpEncoding |
AuthenticatorMethodOtpAllOf.getEncoding()
Get encoding
|
static OtpTotpEncoding |
OtpTotpEncoding.valueOf(String name)
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 Type | Method and Description |
---|---|
AuthenticatorMethodOtp |
AuthenticatorMethodOtp.encoding(OtpTotpEncoding encoding) |
AuthenticatorMethodOtpAllOf |
AuthenticatorMethodOtpAllOf.encoding(OtpTotpEncoding encoding) |
void |
AuthenticatorMethodOtp.setEncoding(OtpTotpEncoding encoding) |
void |
AuthenticatorMethodOtpAllOf.setEncoding(OtpTotpEncoding encoding) |
Copyright © 2017–2023 Okta. All rights reserved.