C# Class PlayFab.ClientModels.LinkCustomIDRequest

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

Public Properties

Property Type Description
CustomId string
ForceLink bool?

Property Details

CustomId public property

Custom unique identifier for the user, generated by the title.
public string CustomId
return string

ForceLink public property

If another user is already linked to the custom ID, unlink the other user and re-link.
public bool? ForceLink
return bool?