Uses of Class
io.vertx.ext.auth.jwt.JWTAuthOptions
Packages that use JWTAuthOptions
Package
Description
-
Uses of JWTAuthOptions in io.vertx.ext.auth.jwt
Methods in io.vertx.ext.auth.jwt that return JWTAuthOptionsModifier and TypeMethodDescriptionJWTAuthOptions.addJwk(JsonObject jwk) JWTAuthOptions.addPubSecKey(PubSecKeyOptions pubSecKey) JWTAuthOptions.setJwks(List<JsonObject> jwks) JWTAuthOptions.setJWTOptions(JWTOptions jwtOptions) JWTAuthOptions.setKeyStore(KeyStoreOptions keyStore) JWTAuthOptions.setPubSecKeys(List<PubSecKeyOptions> pubSecKeys) Methods in io.vertx.ext.auth.jwt with parameters of type JWTAuthOptionsModifier and TypeMethodDescriptionstatic JWTAuthJWTAuth.create(Vertx vertx, JWTAuthOptions config) Create a JWT auth providerConstructors in io.vertx.ext.auth.jwt with parameters of type JWTAuthOptions -
Uses of JWTAuthOptions in io.vertx.reactivex.ext.auth.jwt
Methods in io.vertx.reactivex.ext.auth.jwt with parameters of type JWTAuthOptionsModifier and TypeMethodDescriptionstatic JWTAuthJWTAuth.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 JWTAuthOptionsModifier and TypeMethodDescriptionstatic JWTAuthJWTAuth.create(Vertx vertx, JWTAuthOptions config) Create a JWT auth provider