C# Class PlayFab.ClientModels.LoginWithCustomIDRequest

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

Public Properties

Property Type Description
CreateAccount bool?
CustomId string
InfoRequestParameters GetPlayerCombinedInfoRequestParams
TitleId string

Property Details

CreateAccount public property

Automatically create a PlayFab account if one is not currently linked to this Custom ID.
public bool? CreateAccount
return bool?

CustomId public property

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

InfoRequestParameters public property

Flags for which pieces of info to return for the user.
public GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels InfoRequestParameters
return GetPlayerCombinedInfoRequestParams

TitleId public property

Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
public string TitleId
return string