securitydept-oidc-client 0.2.0-beta.6

OIDC Client of SecurityDept, a layered authentication and authorization toolkit built as reusable Rust crates.
Documentation
1
2
3
4
5
6
7
pub mod base;
#[cfg(feature = "moka-pending-store")]
pub mod moka;

pub use base::{PendingOauth, PendingOauthStore, PendingOauthStoreConfig};
#[cfg(feature = "moka-pending-store")]
pub use moka::{MokaPendingOauthStore, MokaPendingOauthStoreConfig};