C# Class PlayFab.ClientModels.AddUsernamePasswordRequest

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

Public Properties

Property Type Description
Email string
Password string
Username string

Property Details

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

Username public property

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