1 2 3 4 5 6
/// Common data structures and functions used to communicate with a frontend pub mod frontend; /// Common data structures and functions used across the OAuth spec pub mod model; pub(crate) mod syntax; pub(crate) mod util;