Object
ApiKeyAuthenticationWithoutCredentials
An API Key authentication scheme parsed from an API definition file.
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, apiKey1).