Module vertx.effect

Class AuthorizationCodeModule

  • All Implemented Interfaces:
    io.vertx.core.Verticle

    public class AuthorizationCodeModule
    extends OauthModule
    • Field Detail

      • refreshToken

        protected String refreshToken
      • readTokensAfterAuthentication

        protected λ<jsonvalues.JsObj,​io.vavr.Tuple2<String,​String>> readTokensAfterAuthentication
    • Method Detail

      • authenticate

        public Val<io.vavr.Tuple2<String,​String>> authenticate​(jsonvalues.JsObj input)