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