public class TfaVerifyPinRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PIN |
| Constructor and Description |
|---|
TfaVerifyPinRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPin()
The PIN code to verify.
|
int |
hashCode() |
TfaVerifyPinRequest |
pin(String pin) |
void |
setPin(String pin) |
String |
toString() |
public static final String SERIALIZED_NAME_PIN
public TfaVerifyPinRequest pin(String pin)
public String getPin()
public void setPin(String pin)
Copyright © 2022. All rights reserved.