C# Class PlayFab.ServerModels.RedeemMatchmakerTicketRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
LobbyId string
Ticket string

Property Details

LobbyId public property

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

Ticket public property

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