How to get the token data?

Options
I'm sending a token like this "BoltMatchmaking.JoinSession(photonSession, token: token)", but how can I get this token data on the server? "SessionConnected(UdpSession session, IProtocolToken token)" is not triggered. "Connected(BoltConnection connection)" is triggered but "connection.AcceptToken" is null

Comments