Class CodeService

java.lang.Object
cn.vertxup.rbac.service.login.CodeService
All Implemented Interfaces:
CodeStub

public class CodeService extends Object implements CodeStub
  • Constructor Details

    • CodeService

      public CodeService()
  • Method Details

    • authorize

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> authorize(String clientId)
      Specified by:
      authorize in interface CodeStub
    • verify

      public io.vertx.core.Future<String> verify(String clientId, String code)
      Specified by:
      verify in interface CodeStub