public class TfaVerification extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MSISDN |
static String |
SERIALIZED_NAME_SENT_AT |
static String |
SERIALIZED_NAME_VERIFIED |
static String |
SERIALIZED_NAME_VERIFIED_AT |
| Constructor and Description |
|---|
TfaVerification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMsisdn()
Phone number (MSISDN) for which verification status is checked.
|
Long |
getSentAt()
Sent UNIX timestamp (in millis), if the phone number (MSISDN) is verified.
|
Boolean |
getVerified()
Indicates if the phone number (MSISDN) is already verified for 2FA application with given ID.
|
Long |
getVerifiedAt()
Verification UNIX timestamp (in millis), if the phone number (MSISDN) is verified.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_MSISDN
public static final String SERIALIZED_NAME_SENT_AT
public static final String SERIALIZED_NAME_VERIFIED
public static final String SERIALIZED_NAME_VERIFIED_AT
public String getMsisdn()
public Long getSentAt()
public Boolean getVerified()
public Long getVerifiedAt()
Copyright © 2022. All rights reserved.