include/lightspeed@transport@contract_AuthHook.hrl

-record(auth_hook, {
    run :: fun((lightspeed@transport@contract:auth_context()) -> lightspeed@transport@contract:auth_result())
}).