HttpApiKeyAuth

smithy.api.HttpApiKeyAuth
See theHttpApiKeyAuth companion object

An HTTP-specific authentication scheme that sends an arbitrary API key in a header or query string parameter.

Attributes

in

Defines the location of where the key is serialized. This value can be set to "header" or "query".

name

Defines the name of the HTTP header or query string parameter that contains the API key.

scheme

Defines the security scheme to use on the Authorization header value This can only be set if the "in" property is set to header.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product