mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 18:25:05 +00:00
client: expose AuthenticationKind
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
bea97ccce1
commit
490008d596
@ -12,7 +12,7 @@ pub use proxmox_login::tfa::TfaChallenge;
|
|||||||
pub use proxmox_login::{Authentication, Ticket};
|
pub use proxmox_login::{Authentication, Ticket};
|
||||||
|
|
||||||
pub(crate) mod auth;
|
pub(crate) mod auth;
|
||||||
pub use auth::Token;
|
pub use auth::{AuthenticationKind, Token};
|
||||||
|
|
||||||
#[cfg(feature = "hyper-client")]
|
#[cfg(feature = "hyper-client")]
|
||||||
mod client;
|
mod client;
|
||||||
|
Loading…
Reference in New Issue
Block a user