mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
10 lines
218 B
Rust
10 lines
218 B
Rust
mod auth_messenger;
|
|
mod auth_response;
|
|
mod auth_settings;
|
|
mod webview_auth_ext;
|
|
|
|
#[cfg_attr(not(target_os = "macos"), path = "webview_auth/unix.rs")]
|
|
mod platform_impl;
|
|
|
|
pub use webview_auth_ext::WebviewAuthenticator;
|