Skip to main content

shield_workos/
lib.rs

1mod actions;
2mod method;
3mod options;
4mod provider;
5
6pub use method::*;
7pub use options::*;
8
9#[doc(no_inline)]
10pub use workos::{Client as Workos, UserManagementAuthenticationProvider as WorkosOauthProvider};
11
12// TODO: Support both AuthKit method and self hosted method.