auths-sdk 0.1.2

Application services layer for Auths identity operations
Documentation
1
2
3
4
5
6
7
8
9
10
//! CI environment detection types.
//!
//! Lightweight types for identifying CI platforms during identity initialization.
//! No signing, no tokens, no key material.

pub mod environment;
pub mod types;

pub use environment::map_ci_environment;
pub use types::{CiEnvironment, CiIdentityConfig, DEFAULT_CI_PASSPHRASE};