ez-token 0.1.0

CLI tool for generating OAuth2 access tokens via PKCE and Client Credentials for Microsoft Entra ID and Auth0
Documentation
1
2
3
4
5
6
7
8
//! Configuration file management for profiles and settings.
//!
//! This module handles loading and persisting user configuration to disk using `confy`.
//! It manages named profiles, allowing users to save their Tenant ID, Client ID,
//! and default Scopes to avoid typing them repeatedly across CLI invocations.

/// Core structures and logic for reading and writing configuration profiles.
pub mod cli_config;