cipherstash-client 0.34.1-alpha.7

The official CipherStash SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Service-token type used by ZeroKMS / EQL when a caller wants to override
//! the auth strategy with a token they obtained out of band.
//!
//! Authentication itself lives in `stack_auth` (`AccessKeyStrategy`,
//! `OAuthStrategy`, `AutoStrategy`). The `Credentials` / `AutoRefreshable`
//! traits and their implementations were removed once consumers migrated to
//! `stack_auth::AuthStrategy`.

pub mod service_credentials;

pub use service_credentials::ServiceToken;