-
Methods in co.dapi that return GetIdentityResponse
| Modifier and Type |
Method |
Description |
GetIdentityResponse |
DapiApp.getIdentity(java.lang.String accessToken,
java.lang.String userSecret) |
getIdentity talks to the GetIdentity endpoint of Dapi, with this DapiApp's appSecret.
|
GetIdentityResponse |
DapiApp.getIdentity(java.lang.String accessToken,
java.lang.String userSecret,
java.lang.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.
|