openbao 0.3.0

Secure, typed, async Rust SDK for OpenBao
Documentation
1
2
3
4
5
6
//! Authentication methods.

#[cfg(feature = "approle")]
pub mod approle;
#[cfg(feature = "token")]
pub mod token;