Type Alias wasmcloud_runtime::capability::secrets::store::Secret
source · pub type Secret = Arc<String>;
Expand description
A secret is a resource that can only be borrowed. This allows you to pass around handles to secrets and not reveal the values until a component needs them. You need to use the reveal interface to get the value.
Aliased Type§
struct Secret { /* private fields */ }