pub fn build_ticket( iroh_ticket: &str, token: &str, scope: impl Into<GrantScope>, max_connections: u32, ) -> String
Build a compound ticket by appending a token suffix bound to the endpoint ticket.