workos 0.8.1

Rust SDK for interacting with the WorkOS API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod delete_connection;
mod get_authorization_url;
mod get_connection;
mod get_profile;
mod get_profile_and_token;
mod list_connections;

pub use delete_connection::*;
pub use get_authorization_url::*;
pub use get_connection::*;
pub use get_profile::*;
pub use get_profile_and_token::*;
pub use list_connections::*;