winterbaume-sso 0.2.0

AWS SSO (IAM Identity Center) service implementation for winterbaume
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod handlers;
pub mod state;
pub mod types;
pub mod views;

pub use handlers::SsoService;
pub use state::SsoState;
pub use views::SsoStateView;
pub mod model;
pub mod wire;