C# Class PlayFab.ClientModels.SendAccountRecoveryEmailRequest

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

Public Properties

Property Type Description
Email string
TitleId string

Property Details

Email public property

User email address attached to their account
public string Email
return string

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