location() :: :query | :header | :cookie
t() :: %APIDoc.Doc.Security{ description: String.t() | nil, in: location(), name: String.t(), type: type() }
type() :: :apiKey | :http | :oauth2 | :openIdConnect