Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 831 Bytes

File metadata and controls

22 lines (16 loc) · 831 Bytes

org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest

SecurityScheme HttpSignatureTest

public class HttpSignatureTest extends HttpSignatureSecurityScheme

A class that is used to apply auth to a request

Description

http + signature

Method Summary

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 Summary

Constructor and Description
todo

[Back to top] [Back to Component Security Schemes] [Back to README]