public class TfaVerifyPinResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ATTEMPTS_REMAINING |
static String |
SERIALIZED_NAME_MSISDN |
static String |
SERIALIZED_NAME_PIN_ERROR |
static String |
SERIALIZED_NAME_PIN_ID |
static String |
SERIALIZED_NAME_VERIFIED |
| Constructor and Description |
|---|
TfaVerifyPinResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAttemptsRemaining()
Number of remaining PIN attempts.
|
String |
getMsisdn()
Phone number (`MSISDN`) to which the 2FA message was sent.
|
String |
getPinError()
Indicates whether an error has occurred during PIN verification.
|
String |
getPinId()
Sent PIN code ID.
|
Boolean |
getVerified()
Indicates whether the phone number (`MSISDN`) was successfully verified.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_ATTEMPTS_REMAINING
public static final String SERIALIZED_NAME_MSISDN
public static final String SERIALIZED_NAME_PIN_ERROR
public static final String SERIALIZED_NAME_PIN_ID
public static final String SERIALIZED_NAME_VERIFIED
public Integer getAttemptsRemaining()
public String getMsisdn()
public String getPinError()
public String getPinId()
public Boolean getVerified()
Copyright © 2022. All rights reserved.