C# Class PlayFab.ClientModels.GameCenterPlayFabIdPair

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GameCenterId string
PlayFabId string

Property Details

GameCenterId public property

Unique Game Center identifier for a user.
public string GameCenterId
return string

PlayFabId public property

Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Game Center identifier.
public string PlayFabId
return string