auths-sdk 0.1.2

Application services layer for Auths identity operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Auth domain services
//!
//! Trust policy resolution and MCP token exchange.

/// Auth errors
pub mod error;
/// Auth services
pub mod service;
/// Auth types and configuration
pub mod types;

pub use error::*;