Class HttpApiKeyAuthConverter

java.lang.Object
software.amazon.smithy.openapi.fromsmithy.security.HttpApiKeyAuthConverter
All Implemented Interfaces:
SecuritySchemeConverter<HttpApiKeyAuthTrait>

public final class HttpApiKeyAuthConverter extends Object implements SecuritySchemeConverter<HttpApiKeyAuthTrait>
Uses an HTTP header named X-Api-Key that contains an API key.

This is compatible with Amazon API Gateway API key authorization.

See Also: