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
//! Shared HTTP client configuration for OAuth2 requests.
//!
//! This module provides a pre-configured `reqwest` client tailored
//! specifically for secure token exchanges.

/// Factory for creating the configured HTTP client.
pub mod client;