C# Class PlayFab.ClientModels.LinkFacebookAccountRequest

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

Méthodes publiques

Свойство Type Description
AccessToken string
ForceLink bool?

Property Details

AccessToken public_oe property

Unique identifier from Facebook for the user.
public string AccessToken
Résultat string

ForceLink public_oe property

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