diff --git a/proxmox-client/src/lib.rs b/proxmox-client/src/lib.rs index 12b8857b..4da079dd 100644 --- a/proxmox-client/src/lib.rs +++ b/proxmox-client/src/lib.rs @@ -12,7 +12,7 @@ pub use proxmox_login::tfa::TfaChallenge; pub use proxmox_login::{Authentication, Ticket}; pub(crate) mod auth; -pub use auth::Token; +pub use auth::{AuthenticationKind, Token}; #[cfg(feature = "hyper-client")] mod client;