Class TokenService

java.lang.Object
cn.vertxup.rbac.service.login.TokenService
All Implemented Interfaces:
TokenStub

public class TokenService extends Object implements TokenStub
  • Constructor Details

    • TokenService

      public TokenService()
  • Method Details

    • execute

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> execute(String clientId, String code, io.vertx.ext.web.Session session)
      Specified by:
      execute in interface TokenStub