Module aws_smithy_runtime::client::auth
source · Available on crate feature
client only.Expand description
Smithy auth scheme implementations.
Modules
- http
http-authAuth scheme implementations for HTTP API Key, Basic Auth, Bearer Token, and Digest auth. - The
NoAuthRuntimePluginand supporting code.