1 2 3 4 5
//! Authentication utilities for the Detrix client. mod token; pub use token::{discover_token, is_authorized, AUTHORIZATION_HEADER, BEARER_PREFIX};