C# Class PlayFab.ClientModels.AddUsernamePasswordRequest

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

Méthodes publiques

Свойство Type Description
Email string
Password string
Username string

Property Details

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

Username public_oe property

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