Interface BearerHttpSigner
- All Superinterfaces:
HttpSigner<TokenIdentity>
- All Known Implementing Classes:
DefaultBearerHttpSigner
An
HttpSigner
that 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 MethodsModifier and TypeMethodDescriptionstatic BearerHttpSigner
create()
Get a default implementation of aBearerHttpSigner
-
Method Details
-
create
Get a default implementation of aBearerHttpSigner
- Returns:
- BearerHttpSigner
-