C# Class PlayFab.ServerModels.RedeemMatchmakerTicketRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

Ticket public_oe property

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