org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest
public class HttpSignatureTest extends HttpSignatureSecurityScheme
A class that is used to apply auth to a request
http + signature
Modifier and Type | Method and Description |
---|---|
void | applyAuth(Map<String, List> headers, String resourcePath, String method, HttpRequest.BodyPublisher bodyPublisher, @Nullable String queryParamsSuffix, List scopeNames) |
Constructor and Description |
---|
todo |
[Back to top] [Back to Component Security Schemes] [Back to README]