C# Class PlayFab.ClientModels.RegisterPlayFabUserRequest

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

Public Properties

Property Type Description
DisplayName string
Email string
Password string
RequireBothUsernameAndEmail bool?
TitleId string
Username string

Property Details

DisplayName public property

An optional parameter for setting the display name for this title.
public string DisplayName
return string

Email public property

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

Password public property

Password for the PlayFab account (6-100 characters)
public string Password
return string

RequireBothUsernameAndEmail public property

An optional parameter that specifies whether both the username and email parameters are required. If true, both parameters are required; if false, the user must supply either the username or email parameter. The default value is true.
public bool? RequireBothUsernameAndEmail
return bool?

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

Username public property

PlayFab username for the account (3-20 characters)
public string Username
return string