public class FactorEnrollmentResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected String |
authFactorName |
protected long |
deviceId |
protected String |
stateToken |
protected String |
typeDisplayName |
protected String |
userDisplayName |
protected long |
userId |
| Constructor and Description |
|---|
FactorEnrollmentResponse(org.json.JSONObject data) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDeviceID() |
Map<String,Object> |
getFactorInfo() |
String |
getStateToken() |
long |
getUserID() |
Boolean |
isActive() |
protected long userId
protected long deviceId
protected Boolean active
protected String authFactorName
protected String typeDisplayName
protected String userDisplayName
protected String stateToken
Copyright © 2018. All rights reserved.