pub fn set_request_external(external: bool) -> Result<(), RustAuthError>Expand description
Mark whether the current request originated from the internet-facing HTTP
router. Trusted server-side invocations leave this false.
pub fn set_request_external(external: bool) -> Result<(), RustAuthError>Mark whether the current request originated from the internet-facing HTTP
router. Trusted server-side invocations leave this false.