Module auth

Source
Expand description

Supporting code for authentication in the AWS SDK.

Modules§

sigv4
Auth implementations for SigV4.
sigv4asigv4a
Auth implementations for SigV4a.

Structs§

PayloadSigningOverrideRuntimePlugin
A runtime plugin that, when set, will override how the signer signs request payloads.
SigV4OperationSigningConfig
SigV4 signing configuration for an operation
SigV4SessionTokenNameOverride
Custom config that provides the alternative session token name for SigningSettings
SigningOptions
Signing options for SigV4.

Enums§

HttpSignatureType
Type of SigV4 signature.
PayloadSigningOverride
When present in the config bag, this type will signal that the default payload signing should be overridden.