Available on crate features
client
and http-auth
only.Expand description
Auth scheme implementations for HTTP API Key, Basic Auth, Bearer Token, and Digest auth.
Structs§
- ApiKey
Auth Scheme - Auth implementation for Smithy’s
@httpApiKey
auth scheme - Basic
Auth Scheme - Auth implementation for Smithy’s
@httpBasicAuth
auth scheme - Bearer
Auth Scheme - Auth implementation for Smithy’s
@httpBearerAuth
auth scheme - Digest
Auth Scheme - Auth implementation for Smithy’s
@httpDigestAuth
auth scheme
Enums§
- ApiKey
Location - Destination for the API key