public class TfaApplicationResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_APPLICATION_ID |
static String |
SERIALIZED_NAME_CONFIGURATION |
static String |
SERIALIZED_NAME_ENABLED |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
TfaApplicationResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApplicationId()
The ID of the application that represents your service, e.g.
|
TfaApplicationConfiguration |
getConfiguration()
Created 2FA application configuration.
|
Boolean |
getEnabled()
Indicates whether the created application is enabled.
|
String |
getName()
2FA application name.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_APPLICATION_ID
public static final String SERIALIZED_NAME_CONFIGURATION
public static final String SERIALIZED_NAME_ENABLED
public static final String SERIALIZED_NAME_NAME
public String getApplicationId()
public TfaApplicationConfiguration getConfiguration()
public Boolean getEnabled()
public String getName()
Copyright © 2022. All rights reserved.