Interface BearerHttpSigner
-
- All Superinterfaces:
HttpSigner<TokenIdentity>
- All Known Implementing Classes:
DefaultBearerHttpSigner
public interface BearerHttpSigner extends HttpSigner<TokenIdentity>
AnHttpSignerthat will sign a request with a bearer-token (TokenIdentity).
-
-
Field Summary
-
Fields inherited from interface software.amazon.awssdk.http.auth.spi.signer.HttpSigner
SIGNING_CLOCK
-
-
Method Summary
Static Methods Modifier and Type Method Description static BearerHttpSignercreate()Get a default implementation of aBearerHttpSigner
-
-
-
Method Detail
-
create
static BearerHttpSigner create()
Get a default implementation of aBearerHttpSigner- Returns:
- BearerHttpSigner
-
-