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
LoginWithTwitchRequest
C# Class PlayFab.ClientModels.LoginWithTwitchRequest
Inheritance:
PlayFabRequestCommon
Mostra file
Open project: PlayFab/PlayFabGameServer
Public Properties
Property
Type
Description
AccessToken
string
CreateAccount
bool?
InfoRequestParameters
GetPlayerCombinedInfoRequestParams
TitleId
string
Property Details
AccessToken
public_oe property
Token issued by Twitch's API for the user.
public
string
AccessToken
return
string
CreateAccount
public_oe property
Automatically create a PlayFab account if one is not currently linked to this Twitch account.
public
bool?
CreateAccount
return
bool?
InfoRequestParameters
public_oe property
Flags for which pieces of info to return for the user.
public
GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels
InfoRequestParameters
return
GetPlayerCombinedInfoRequestParams
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