| Package | Description |
|---|---|
| co.dapi |
| Modifier and Type | Method and Description |
|---|---|
GetIdentityResponse |
DapiApp.getIdentity(String accessToken,
String userSecret)
getIdentity talks to the GetIdentity endpoint of Dapi, with this
DapiApp's appSecret. |
GetIdentityResponse |
DapiApp.getIdentity(String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
getIdentity talks to the GetIdentity endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
Copyright © 2021–2022 Dapi. All rights reserved.