public interface QiyAuthorizeApi
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
authorize(String clientId,
String clientSecret) |
io.vertx.core.json.JsonObject |
refreshToken(String clientId,
String refreshToken) |
io.vertx.core.json.JsonObject authorize(String clientId, String clientSecret)
io.vertx.core.json.JsonObject refreshToken(String clientId, String refreshToken)
Copyright © 2018. All rights reserved.