Api Key Authentication Response
data class ApiKeyAuthenticationResponse(val in: String, val name: String, val type: String, val value: String)
ApiKey authentication gives a name and a value that can be included in either the request header or query parameters.