Module auth

Module auth 

Source
Expand description

Auth-domain identifiers, scope sets, and token models.

Re-exports§

pub use id::*;
pub use scope::*;
pub use token::family::*;
pub use token::record::*;
pub use token::secret::*;

Modules§

id
Strongly typed identifiers enforced across the broker domain.
scope
Scope modeling helpers used across the broker.
token
Token modeling primitives shared across flows and storage layers.