Annotation Type AccessToken


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface AccessToken
    When this annotation is added to a MicroProfile REST Client interface, the AccessTokenRequestFilter will be added to the request pipeline. The end result is that the request propagates the Bearer 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.