mecha10-cli 0.1.47

Mecha10 CLI tool
Documentation
1
2
3
4
5
//! Credentials service for managing user authentication credentials
//!
//! Re-exports from the shared mecha10-auth crate for CLI usage.

pub use mecha10_auth::{get_auth_url, CredentialsService};