C# Class PlayFab.ClientModels.RegisterPlayFabUserRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
DisplayName string
Email string
Password string
RequireBothUsernameAndEmail bool?
TitleId string
Username string

Property Details

DisplayName public_oe property

An optional parameter for setting the display name for this title.
public string DisplayName
Résultat string

Email public_oe property

User email address attached to their account
public string Email
Résultat string

Password public_oe property

Password for the PlayFab account (6-100 characters)
public string Password
Résultat string

RequireBothUsernameAndEmail public_oe 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
Résultat bool?

TitleId public_oe 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
Résultat string

Username public_oe property

PlayFab username for the account (3-20 characters)
public string Username
Résultat string