org.openapijsonschematools.client.components.securityschemes.BearerTest
public class BearerTest extends HttpBearerSecurityScheme
A class that is used to apply auth to a request
http bearer with JWT bearer format
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 |
---|
BearerTest(String accessToken) |
[Back to top] [Back to Component Security Schemes] [Back to README]