C# Class PlayFab.ClientModels.LinkGoogleAccountRequest

Inheritance: PlayFabModelBase
Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
AccessToken string
ForceLink bool?

Property Details

AccessToken public_oe property

Unique token (https://developers.google.com/android/reference/com/google/android/gms/auth/GoogleAuthUtil#public-methods) from Google Play for the user.
public string AccessToken
return string

ForceLink public_oe property

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