mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
5 lines
80 B
Rust
5 lines
80 B
Rust
mod auth_server;
|
|
mod browser_auth;
|
|
|
|
pub use browser_auth::BrowserAuthenticator;
|