Module identity

Source
Available on crate feature client only.
Expand description

Smithy identity used by auth and signing.

Modules§

httphttp-auth
Identity types for HTTP auth

Structs§

BuildError
Error constructing Identity.
Builder
Builder for Identity
Identity
An identity that can be used for authentication.
IdentityCachePartition
Cache partition key for identity caching.
IdentityFuture
Future for [IdentityResolver::resolve_identity].
SharedIdentityCache
Shared identity cache.
SharedIdentityResolver
Container for a shared identity resolver.

Enums§

IdentityCacheLocation
Cache location for identity caching.

Traits§

ResolveCachedIdentity
Caching resolver for identities.
ResolveIdentity
Resolver for identities.