C# Class PlayFab.ClientModels.AddUsernamePasswordRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Email string
Password string
Username string

Property Details

Email public_oe property

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

Password public_oe property

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

Username public_oe property

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