com.ibm.cos.v2.http.auth.spi.signer.HttpSigner in 'http-auth-spi'.@Deprecated public interface AsyncSigner
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SdkHttpFullRequest> |
sign(SdkHttpFullRequest request,
AsyncRequestBody requestBody,
ExecutionAttributes executionAttributes)
Deprecated.
Sign the request, including the contents of the body into the signature calculation.
|
CompletableFuture<SdkHttpFullRequest> sign(SdkHttpFullRequest request, AsyncRequestBody requestBody, ExecutionAttributes executionAttributes)
request - The HTTP request.requestBody - The body of the request.executionAttributes - The execution attributes that contains information information used to sign the
request.Copyright © 2026. All rights reserved.