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
14
15
mod access_token;
mod authorization_code;
mod client_id;
mod connection;
mod connection_type;
mod profile;
mod saml_certificate;

pub use access_token::*;
pub use authorization_code::*;
pub use client_id::*;
pub use connection::*;
pub use connection_type::*;
pub use profile::*;
pub use saml_certificate::*;