auths-sdk 0.1.3

Application services layer for Auths identity operations
Documentation
1
2
3
4
5
6
7
//! Re-exports from [`crate::domains::identity::rotation`].
//!
//! All rotation logic lives in `domains::identity::rotation`. This module
//! exists only to keep existing `use auths_sdk::workflows::rotation::*`
//! imports working across CLI and other crates.

pub use crate::domains::identity::rotation::*;