saas-rs-sdk 0.6.0

The SaaS RS SDK
1
2
3
4
5
6
7
8
9
10
11
12
mod authenticator;
pub mod handlers;
mod identity_provider;
mod identity_provider_handler;
mod token_factory;

pub use authenticator::{AuthenticationResponse, Authenticator};
pub use identity_provider::IdentityProvider;
pub use identity_provider_handler::IdentityProviderHandler;
pub use oauth2_client;
pub use oauth2_signin;
pub use token_factory::{TokenFactory, XidTokenFactory};