Annotation Type JsonWebToken


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface JsonWebToken
    When this annotation is added to a MicroProfile REST Client interface, the JsonWebTokenRequestFilter 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 HTTP Authorization header's Bearer scheme value.