| Package | Description |
|---|---|
| com.docdoku.api.services |
| Modifier and Type | Method and Description |
|---|---|
AccountDTO |
AuthApi.oAuthLogin(OAuthLoginRequestDTO body)
Try to authenticate with OAuth
|
com.squareup.okhttp.Call |
AuthApi.oAuthLoginAsync(OAuthLoginRequestDTO body,
ApiCallback<AccountDTO> callback)
Try to authenticate with OAuth (asynchronously)
|
ApiResponse<AccountDTO> |
AuthApi.oAuthLoginWithHttpInfo(OAuthLoginRequestDTO body)
Try to authenticate with OAuth
|
Copyright © 2019 DocDoku. All rights reserved.