C# Class PlayFab.ClientModels.LinkTwitchAccountRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
AccessToken string
ForceLink bool?

Property Details

AccessToken public property

Valid token issued by Twitch
public string AccessToken
return string

ForceLink public property

If another user is already linked to the account, unlink the other user and re-link.
public bool? ForceLink
return bool?