Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PlayFab
ClientModels
LoginWithPlayFabRequest
C# Class PlayFab.ClientModels.LoginWithPlayFabRequest
Inheritance:
PlayFabRequestCommon
Mostra 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_oe property
Flags for which pieces of info to return for the user.
public
GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels
InfoRequestParameters
return
GetPlayerCombinedInfoRequestParams
Password
public_oe property
Password for the PlayFab account (6-100 characters)
public
string
Password
return
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
return
string
Username
public_oe property
PlayFab username for the account.
public
string
Username
return
string