Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@transport@contract_AuthContext.hrl
Raw

include/lightspeed@transport@contract_AuthContext.hrl

-record(auth_context, {
session_id :: binary(),
route :: binary(),
csrf_token :: binary(),
origin :: binary()
}).