GlobalProtect-openconnect/crates/auth/src/webview_auth.rs
2024-12-26 21:50:39 +08:00

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;