SecuritySchemeLocation Enum
Namespace: Json.Schema.Api.OpenApi
Defines the different security scheme locations.
Values
| Name | Summary |
|---|---|
| Unspecified | Indicates the location is unknown. |
| Query | Indicates the API key is located in the query. |
| Header | Indicates the API key is located in a header. |
| Cookie | Indicates the API key is located in a cookie. |