| Package | Description |
|---|---|
| co.dapi |
| Modifier and Type | Method and Description |
|---|---|
GetAccountsResponse |
DapiApp.getAccounts(String accessToken,
String userSecret)
getAccounts talks to the GetAccounts endpoint of Dapi, with this
DapiApp's appSecret. |
GetAccountsResponse |
DapiApp.getAccounts(String accessToken,
String userSecret,
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. |
Copyright © 2021–2022 Dapi. All rights reserved.