Object

ApiKeyAuthenticationWithoutCredentials

An API Key authentication scheme parsed from an API definition file.

Fields

api_key_destination(): ApiAuthenticationTokenDestination!
The API Key authentication scheme destination (for example: HEADER, QUERY, COOKIE).
label(): String!
The unique authentication scheme label.
missing_credential_fields(): [String!]!
List of credential field names that are missing (e.g., "api_key").
parameter_name(): String!
The API Key authentication scheme parameter name (for example: API_KEY_NAME, apiKey1).
The API Key authentication scheme type (APIKEY).