| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(io.vertx.core.json.JsonObject authInfo,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler) |
JwtAuth |
bind(Supplier<Security> supplier) |
String |
generateToken(io.vertx.core.json.JsonObject claims,
io.vertx.ext.auth.JWTOptions options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, generateTokenpublic void authenticate(io.vertx.core.json.JsonObject authInfo,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler)
authenticate in interface io.vertx.ext.auth.AuthProviderpublic String generateToken(io.vertx.core.json.JsonObject claims, io.vertx.ext.auth.JWTOptions options)
generateToken in interface JwtAuthCopyright © 2021. All rights reserved.