vertx / io.vertx.serviceproxy / ServiceJWTInterceptor / setJwtAuth

setJwtAuth

open fun setJwtAuth(jwtAuth: JWTAuth): ServiceJWTInterceptor

Set a JWT auth that will verify all requests before the service is invoked.

Parameters

jwtAuth - a JWT auth

Return
self