C# Class PlayFab.ClientModels.LoginWithEmailAddressRequest

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

Méthodes publiques

Свойство Type Description
Email string
InfoRequestParameters GetPlayerCombinedInfoRequestParams
Password string
TitleId string

Property Details

Email public_oe property

Email address for the account.
public string Email
Résultat string

InfoRequestParameters public_oe property

Flags for which pieces of info to return for the user.
public GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels InfoRequestParameters
Résultat GetPlayerCombinedInfoRequestParams

Password public_oe property

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

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