GlobalProtect-openconnect/crates/auth/src/webview.rs
2025-01-03 12:21:49 +00:00

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;