C# Class PlayFab.ClientModels.LoginWithPlayFabRequest

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

Public Properties

Property Type Description
InfoRequestParameters GetPlayerCombinedInfoRequestParams
Password string
TitleId string
Username string

Property Details

InfoRequestParameters public property

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

Password public property

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

TitleId public 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
return string

Username public property

PlayFab username for the account.
public string Username
return string