| Package | Description |
|---|---|
| io.vertx.rxjava.ext.auth.jwt | |
| io.vertx.rxjava.ext.web.handler |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<JWTAuth> |
JWTAuth.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static JWTAuth |
JWTAuth.create(Vertx vertx,
JsonObject config)
Create a JWT auth provider
|
static JWTAuth |
JWTAuth.newInstance(JWTAuth arg) |
| Modifier and Type | Method and Description |
|---|---|
static JWTAuthHandler |
JWTAuthHandler.create(JWTAuth authProvider)
Create a JWT auth handler
|
static JWTAuthHandler |
JWTAuthHandler.create(JWTAuth authProvider,
String skip)
Create a JWT auth handler
|
Copyright © 2017. All rights reserved.