public class Identity extends Object
| Constructor and Description |
|---|
Identity()
Create a new instance of
VerifyRequest |
Identity(String type,
String value)
Create a new instance of
VerifyRequest |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getFields() |
String |
getToken()
Returns the validation token.
|
String |
getType()
Returns the identity type.
|
String |
getValue()
Returns the identity value.
|
void |
setFields(Map<String,String> fields) |
void |
setToken(String token)
Sets the validation token.
|
void |
setType(String type)
Sets the identity type.
|
void |
setValue(String value)
Sets the identity value.
|
public String getType()
public void setType(String type)
type - the identity type.public String getValue()
public void setValue(String value)
value - the identity value.public String getToken()
null for non-validated
identities.public void setToken(String token)
token - the validation token.Copyright © 2016. All rights reserved.