question

dev@megapower.games avatar image
dev@megapower.games asked

When Calling GetMatch on the Server side, is PlayfabAuthenticationContext required after getting the Entity Token?

This is a follow up to this issue, where a user had asked about matchmaking and was recommended to get the EntityToken on the server side by calling its respective get function. What was unclear to me was how we then pass the token to getMatch, but it seems like it can be passed through the PlayfabAuthenticationContext when making the GetMatchRequest. Can anyone confirm/deny? Thanks!

Matchmaking
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Made Wang avatar image
Made Wang answered

GetEntityToken will store the obtained Entity in the entity configuration file, so you don't need to manually pass the EntityToken, you just need to make sure to call GetMatch after getting Entity.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.