Marker interface for authentication filters. Authentication filters are handled a bit specially in Rest Assured
since they're removed from the filter chain when explicitly using:
given().auth().none(). ..
to avoid a default authentication scheme.
Method Summary
Methods inherited from interface io.restassured.filter.Filter