Annotation Type JsonWebToken
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface JsonWebToken
When this annotation is added to a MicroProfile REST Client interface, theJsonWebTokenRequestFilter
will be added to the request pipeline. The end result is that the request propagates the JWT token present in the current active request or the token acquired from the Authorization Code Flow, as the HTTPAuthorization
header'sBearer
scheme value.