C# Класс PlayFab.ClientModels.RegisterPlayFabUserRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DisplayName string
Email string
Password string
RequireBothUsernameAndEmail bool?
TitleId string
Username string

Описание свойств

DisplayName публичное свойство

An optional parameter for setting the display name for this title.
public string DisplayName
Результат string

Email публичное свойство

User email address attached to their account
public string Email
Результат string

Password публичное свойство

Password for the PlayFab account (6-100 characters)
public string Password
Результат string

RequireBothUsernameAndEmail публичное свойство

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
Результат bool?

TitleId публичное свойство

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
Результат string

Username публичное свойство

PlayFab username for the account (3-20 characters)
public string Username
Результат string