graph-oauth 3.0.0

Rust SDK Client for Microsoft Identity Platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod interactive_auth;
mod webview_authorization_event;
mod webview_host_validator;
mod webview_options;
mod with_interactive_auth;

#[allow(unused_imports)]
pub use webview_host_validator::*;

pub use interactive_auth::*;
pub use webview_authorization_event::*;
pub use webview_options::*;
pub use with_interactive_auth::*;

#[cfg(windows)]
pub use tao::window::Theme;