Re-exports§
pub use service::ReqwestService;pub use service::SpawnService;
Modules§
- aws
- azure
- databricks
- Databricks Unified Auth implementation.
- gcp
- service
Structs§
- Certificate
- Represents a CA certificate provided by the user.
- Client
Options - HTTP client configuration for remote object stores
- Cloud
Client - An authenticated HTTP client for cloud provider APIs.
- Cloud
Request Builder - Retry
Config - The configuration for how to respond to request errors.
- Signer
Chain - Tries signers in order; uses the first that succeeds without error.
- Static
Credential Provider - A static set of credentials
- Temporary
Token - A temporary authentication token with an associated expiry
- Token
Cache - Thread-safe cache for a
TemporaryTokenthat proactively refreshes before the token expires.
Enums§
- Client
Config Key - Configuration keys for
ClientOptions - Error
Traits§
- Credential
Provider - Provides credentials for use when signing requests.
- Request
Signer - Applies authentication to a built reqwest request.