public final class DefaultBearerHttpSigner extends Object implements BearerHttpSigner
BearerHttpSigner.SIGNING_CLOCK| Constructor and Description |
|---|
DefaultBearerHttpSigner() |
| Modifier and Type | Method and Description |
|---|---|
SignedRequest |
sign(SignRequest<? extends TokenIdentity> request)
Method that takes in inputs to sign a request with sync payload and returns a signed version of the request.
|
CompletableFuture<AsyncSignedRequest> |
signAsync(AsyncSignRequest<? extends TokenIdentity> request)
Method that takes in inputs to sign a request with async payload and returns a future containing the signed version of the
request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatedoNotSign, sign, signAsyncpublic SignedRequest sign(SignRequest<? extends TokenIdentity> request)
HttpSignersign in interface HttpSigner<TokenIdentity>request - The inputs to sign a request.public CompletableFuture<AsyncSignedRequest> signAsync(AsyncSignRequest<? extends TokenIdentity> request)
HttpSignersignAsync in interface HttpSigner<TokenIdentity>request - The inputs to sign a request.Copyright © 2026. All rights reserved.