interface RetrofitAccessTokenApi
| Modifier and Type | Method and Description |
|---|---|
AccessTokenResponse |
getTokenResponse(String grantType,
String appid,
String secret)
Gets token response.
|
@GET(value="cgi-bin/token") AccessTokenResponse getTokenResponse(@Query(value="grant_type") String grantType, @Query(value="appid") String appid, @Query(value="secret") String secret)
grantType - the grant typeappid - the appidsecret - the secretCopyright © 2024. All rights reserved.