Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static MyDeviceAuthenticationFactors.Status |
MyDeviceAuthenticationFactors.Status.create(String key) |
MyDeviceAuthenticationFactors.Status |
MyDeviceAuthenticationFactors.getStatus()
Authentication Factor Status
|
static MyDeviceAuthenticationFactors.Status |
MyDeviceAuthenticationFactors.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MyDeviceAuthenticationFactors.Status[] |
MyDeviceAuthenticationFactors.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MyDeviceAuthenticationFactors.Builder |
MyDeviceAuthenticationFactors.Builder.status(MyDeviceAuthenticationFactors.Status status)
Authentication Factor Status
|
Constructor and Description |
---|
MyDeviceAuthenticationFactors(MyDeviceAuthenticationFactors.Type type,
MyDeviceAuthenticationFactors.Status status,
String publicKey)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.