mecha10-cli 0.1.47

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

pub use mecha10_auth::{AuthError, Credentials, DeviceCodeResponse, DeviceCodeStatus};