You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1660,6 +1668,10 @@ public static class LinkFacebookAccountRequest {
1660
1668
* Unique identifier from Facebook for the user.
1661
1669
*/
1662
1670
publicStringAccessToken;
1671
+
/**
1672
+
* If this Facebook account is already linked to a Playfab account, this will unlink the old account before linking the new one. Be careful when using this call, as it may orphan the old account. Defaults to false.
1673
+
*/
1674
+
publicBooleanForceLink;
1663
1675
1664
1676
}
1665
1677
@@ -1715,7 +1727,7 @@ public static class LinkKongregateAccountRequest {
1715
1727
/**
1716
1728
* Numeric user ID assigned by Kongregate
1717
1729
*/
1718
-
publicLongKongregateId;
1730
+
publicStringKongregateId;
1719
1731
/**
1720
1732
* Valid session auth ticket issued by Kongregate
1721
1733
*/
@@ -1933,7 +1945,7 @@ public static class LoginWithKongregateRequest {
1933
1945
/**
1934
1946
* Unique identifier from Kongregate for the user.
1935
1947
*/
1936
-
publicLongKongregateId;
1948
+
publicStringKongregateId;
1937
1949
/**
1938
1950
* Token issued by Kongregate's client API for the user.
@@ -1660,6 +1668,10 @@ public static class LinkFacebookAccountRequest {
1660
1668
* Unique identifier from Facebook for the user.
1661
1669
*/
1662
1670
publicStringAccessToken;
1671
+
/**
1672
+
* If this Facebook account is already linked to a Playfab account, this will unlink the old account before linking the new one. Be careful when using this call, as it may orphan the old account. Defaults to false.
1673
+
*/
1674
+
publicBooleanForceLink;
1663
1675
1664
1676
}
1665
1677
@@ -1715,7 +1727,7 @@ public static class LinkKongregateAccountRequest {
1715
1727
/**
1716
1728
* Numeric user ID assigned by Kongregate
1717
1729
*/
1718
-
publicLongKongregateId;
1730
+
publicStringKongregateId;
1719
1731
/**
1720
1732
* Valid session auth ticket issued by Kongregate
1721
1733
*/
@@ -1933,7 +1945,7 @@ public static class LoginWithKongregateRequest {
1933
1945
/**
1934
1946
* Unique identifier from Kongregate for the user.
1935
1947
*/
1936
-
publicLongKongregateId;
1948
+
publicStringKongregateId;
1937
1949
/**
1938
1950
* Token issued by Kongregate's client API for the user.
0 commit comments