ApiKeyAuthenticationOptions.AdditionalHeaderNames property

Other headers to try if the primary one is missing.

Defaults to empty.

Use this to support multiple header names for the API key.

public string[] AdditionalHeaderNames { get; set; }

See Also