Object
ApiKeyAuthentication
The API Key authentication scheme.
Fields
type():
ApiAuthenticationType!
The API Key authentication scheme type (APIKEY).
label():
String!
The unique authentication scheme label.
api_key_destination():
ApiAuthenticationTokenDestination!
The API Key authentication scheme destination (for example: HEADER, QUERY, COOKIE).
parameter_name():
String!
The API Key authentication scheme parameter name (for example: API_KEY_NAME, apiKeyName).
key():
String
The API Key authentication scheme key.
was_detected():
Boolean
A flag to show that this authentication scheme was detected from parsing an API definition file.