mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
5 lines
80 B
Rust
5 lines
80 B
Rust
mod auth_server;
|
|
mod browser_auth;
|
|
|
|
pub use browser_auth::BrowserAuthenticator;
|