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