client: expose AuthenticationKind

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-08-10 14:27:31 +02:00
parent bea97ccce1
commit 490008d596

View File

@ -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;