Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static OtpTotpAlgorithm |
OtpTotpAlgorithm.fromValue(String value) |
OtpTotpAlgorithm |
AuthenticatorMethodOtp.getAlgorithm()
Get algorithm
|
OtpTotpAlgorithm |
AuthenticatorMethodOtpAllOf.getAlgorithm()
Get algorithm
|
static OtpTotpAlgorithm |
OtpTotpAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtpTotpAlgorithm[] |
OtpTotpAlgorithm.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.algorithm(OtpTotpAlgorithm algorithm) |
AuthenticatorMethodOtpAllOf |
AuthenticatorMethodOtpAllOf.algorithm(OtpTotpAlgorithm algorithm) |
void |
AuthenticatorMethodOtp.setAlgorithm(OtpTotpAlgorithm algorithm) |
void |
AuthenticatorMethodOtpAllOf.setAlgorithm(OtpTotpAlgorithm algorithm) |
Copyright © 2017–2023 Okta. All rights reserved.