C# Class PlayFab.ServerModels.RedeemMatchmakerTicketRequest

Inheritance: PlayFabRequestCommon
显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
LobbyId string
Ticket string

Property Details

LobbyId public_oe property

Unique identifier of the Game Server Instance that is asking for validation of the authorization ticket.
public string LobbyId
return string

Ticket public_oe property

Server authorization ticket passed back from a call to Matchmake or StartGame.
public string Ticket
return string