Interface QiyAuthorize


public interface QiyAuthorize
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.json.JsonObject
    authorize(String clientId, String clientSecret)
     
    io.vertx.core.json.JsonObject
    refreshToken(String clientId, String refreshToken)
     
  • Method Details

    • authorize

      io.vertx.core.json.JsonObject authorize(String clientId, String clientSecret)
    • refreshToken

      io.vertx.core.json.JsonObject refreshToken(String clientId, String refreshToken)