uvb-core 0.2.1

Core error types and shared primitives for the UVB authentication platform
Documentation
1
2
3
4
5
6
7
8
9
pub mod factor;
pub mod tenant;
pub mod types;
pub mod user;

pub use factor::FactorId;
pub use tenant::TenantId;
pub use types::*;
pub use user::UserId;