pub fn encode_token_payload_for_ticket( iroh_ticket: &str, token: &str, scope: impl Into<GrantScope>, max_connections: u32, ) -> String
Encode a token payload and bind it to a specific endpoint ticket.