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
I 'm currently working with playfab-sdk , and I got the entityToken and SessionTicket after login but I cannot find method to set it on _internalSettings in playfabClient :
var _internalSettings = (exports._internalSettings = {
entityToken: null,
sessionTicket: null,
requestGetParams: {
sdk: "JavaScriptSDK-2.123.230403",
},
});
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I don't know if I am missing something here... But the way I was setting it is (PlayFab as any)._internalSettings.entityToken = token; BUT this should cause problems because if users call this multiple times at once, the entityToken is overwritten every time.
My feeling is that this just makes this whole SDK garbage. But. Hopefully I am wrong.
I 'm currently working with playfab-sdk , and I got the entityToken and SessionTicket after login but I cannot find method to set it on _internalSettings in playfabClient :
var _internalSettings = (exports._internalSettings = {
entityToken: null,
sessionTicket: null,
requestGetParams: {
sdk: "JavaScriptSDK-2.123.230403",
},
});
Thanks in advance!
The text was updated successfully, but these errors were encountered: