Package | Description |
---|---|
io.vertx.rxjava.ext.auth.jwt | |
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<JWTAuth> |
JWTAuth.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static JWTAuth |
JWTAuth.create(Vertx vertx,
JWTAuthOptions 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 © 2023 Eclipse. All rights reserved.