APIKeySecurityScheme

JSON representation
{
  "description": string,
  "location": string,
  "name": string
}
Fields
description

string

Description of this security scheme.

location

string

Location of the API key, valid values are "query", "header", or "cookie"

name

string

Name of the header, query or cookie parameter to be used.