bitwarden_auth/api/
mod.rs

1//! Module for API specific types / enums / etc.
2//! Note: API in the this case is generically used for any API calls. Not BW API vs BW Identity on
3//! server.
4
5pub mod enums;