com.ibm.cos.v2.http.auth.spi.signer.HttpSigner in 'http-auth-spi'.@FunctionalInterface @Deprecated public interface AsyncRequestBodySigner
| Modifier and Type | Method and Description |
|---|---|
AsyncRequestBody |
signAsyncRequestBody(SdkHttpFullRequest request,
AsyncRequestBody asyncRequestBody,
ExecutionAttributes executionAttributes)
Deprecated.
Method that takes in an signed request and async request body provider,
and returns a transformed version the request body provider.
|
AsyncRequestBody signAsyncRequestBody(SdkHttpFullRequest request, AsyncRequestBody asyncRequestBody, ExecutionAttributes executionAttributes)
request - The signed request (with Authentication header)asyncRequestBody - Data publisher of the request bodyexecutionAttributes - Contains the attributes required for signing the requestCopyright © 2026. All rights reserved.