public interface JwtStub
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
store(String userKey,
io.vertx.core.json.JsonObject data) |
io.vertx.core.Future<Boolean> |
verify(String userKey,
String token) |
Copyright © 2019. All rights reserved.