Object

ApiKeyAuthentication

The API Key authentication scheme.

Fields

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