| Package | Description |
|---|---|
| com.virgilsecurity.sdk.client | |
| com.virgilsecurity.sdk.client.model.identity |
| Modifier and Type | Method and Description |
|---|---|
ValidatedIdentity |
IdentityClient.confirm(String actionId,
String confirmationCode,
Token confirmationToken)
Confirms the identity from the verify step to obtain an identity confirmation token.
|
void |
IdentityClient.confirm(String actionId,
String confirmationCode,
Token confirmationToken,
ResponseCallback<ValidatedIdentity> callback)
Confirms the identity from the verify step to obtain an identity confirmation token.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
Confirmation.getToken()
Returns the token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Confirmation.setToken(Token token)
Sets the token.
|
Copyright © 2016. All rights reserved.