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) · 857 Bytes

File metadata and controls

22 lines (16 loc) · 857 Bytes

org.openapijsonschematools.client.components.securityschemes.ApiKeyQuery

SecurityScheme ApiKeyQuery

public class ApiKeyQuery extends ApiKeyQuerySecurityScheme

A class that is used to apply auth to a request

Description

apiKey in query

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
ApiKeyQuery(String apiKey)
for query apiKey auth

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