Uses of Class
io.vertx.ext.auth.jwt.JWTAuthOptions
-
Packages that use JWTAuthOptions Package Description io.vertx.ext.auth.jwt io.vertx.reactivex.ext.auth.jwt io.vertx.rxjava3.ext.auth.jwt -
-
Uses of JWTAuthOptions in io.vertx.ext.auth.jwt
Methods in io.vertx.ext.auth.jwt that return JWTAuthOptions Modifier and Type Method Description JWTAuthOptions
JWTAuthOptions. addJwk(JsonObject jwk)
JWTAuthOptions
JWTAuthOptions. addPubSecKey(PubSecKeyOptions pubSecKey)
JWTAuthOptions
JWTAuthOptions. setJwks(List<JsonObject> jwks)
JWTAuthOptions
JWTAuthOptions. setJWTOptions(JWTOptions jwtOptions)
JWTAuthOptions
JWTAuthOptions. setKeyStore(KeyStoreOptions keyStore)
JWTAuthOptions
JWTAuthOptions. setPubSecKeys(List<PubSecKeyOptions> pubSecKeys)
Methods in io.vertx.ext.auth.jwt with parameters of type JWTAuthOptions Modifier and Type Method Description static JWTAuth
JWTAuth. create(Vertx vertx, JWTAuthOptions config)
Create a JWT auth providerConstructors in io.vertx.ext.auth.jwt with parameters of type JWTAuthOptions Constructor Description JWTAuthOptions(JWTAuthOptions other)
Copy constructor -
Uses of JWTAuthOptions in io.vertx.reactivex.ext.auth.jwt
Methods in io.vertx.reactivex.ext.auth.jwt with parameters of type JWTAuthOptions Modifier and Type Method Description static JWTAuth
JWTAuth. create(Vertx vertx, JWTAuthOptions config)
Create a JWT auth provider -
Uses of JWTAuthOptions in io.vertx.rxjava3.ext.auth.jwt
Methods in io.vertx.rxjava3.ext.auth.jwt with parameters of type JWTAuthOptions Modifier and Type Method Description static JWTAuth
JWTAuth. create(Vertx vertx, JWTAuthOptions config)
Create a JWT auth provider
-