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

File metadata and controls

22 lines (16 loc) · 828 Bytes

org.openapijsonschematools.client.components.securityschemes.OpenIdConnectTest

SecurityScheme OpenIdConnectTest

public class OpenIdConnectTest extends OpenIdConnectSecurityScheme

A class that is used to apply auth to a request

Description

openIdConnect

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]