| 程序包 | 说明 |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
AuthenticationApi.orgNameAppNameTokenPost(String orgName,
String appName,
Token body)
Request an Authentication Token
All of the Hyphenate API endpoints requires authentication token for session, unless specified otherwise.
|
com.squareup.okhttp.Call |
AuthenticationApi.orgNameAppNameTokenPostAsync(String orgName,
String appName,
Token body,
ApiCallback<String> callback)
Request an Authentication Token (asynchronously)
All of the Hyphenate API endpoints requires authentication token for session, unless specified otherwise.
|
ApiResponse<String> |
AuthenticationApi.orgNameAppNameTokenPostWithHttpInfo(String orgName,
String appName,
Token body)
Request an Authentication Token
All of the Hyphenate API endpoints requires authentication token for session, unless specified otherwise.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Token |
Token.clientId(String clientId) |
Token |
Token.clientSecret(String clientSecret) |
Token |
Token.grantType(String grantType) |
Copyright © 2017. All rights reserved.