Expand description
Comdirect API OAuth2 Authentication and Session Management.
This module provides the core authentication logic for the Comdirect REST API, including OAuth2 flows (Password and Refresh tokens), Push-TAN validation, and automatic background token refreshment.
Re-exports§
pub use config::ComdirectConfig;pub use errors::AuthError;pub use session::Session;