Interface BearerHttpSigner

All Superinterfaces:
HttpSigner<TokenIdentity>
All Known Implementing Classes:
DefaultBearerHttpSigner

public interface BearerHttpSigner extends HttpSigner<TokenIdentity>
An HttpSigner that will sign a request with a bearer-token (TokenIdentity).