-
Methods in co.dapi that return GetAccountsResponse
| Modifier and Type |
Method |
Description |
GetAccountsResponse |
DapiApp.getAccounts(java.lang.String accessToken,
java.lang.String userSecret) |
getAccounts talks to the GetAccounts endpoint of Dapi, with this DapiApp's appSecret.
|
GetAccountsResponse |
DapiApp.getAccounts(java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
getAccounts talks to the GetAccounts endpoint of Dapi, with this DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs.
|