public interface SecurityScheme extends OpenAPIObject
Modifier and Type | Method and Description |
---|---|
String |
getBearerFormat()
A hint to the client to identify how the bearer token is formatted.
|
OAuthFlows |
getFlows()
An object containing configuration information for the flow types supported.
|
String |
getIn()
The location of the API key.
|
String |
getName()
The name of the header, query or cookie parameter to be used.
|
String |
getOpenIdConnectUrl()
OpenId Connect URL to discover OAuth2 configuration values.
|
String |
getScheme()
The name of the HTTP Authorization scheme to be used in the Authorization header as defined in [RFC7235].
|
String |
getType()
The type of the security scheme.
|
getExtensions, getOpenAPIModel
String getType()
String getName()
String getIn()
String getScheme()
String getBearerFormat()
OAuthFlows getFlows()
String getOpenIdConnectUrl()
Copyright © 2024 Eclipse. All rights reserved.