PlayFabForRoblox icon indicating copy to clipboard operation
PlayFabForRoblox copied to clipboard

🕹️ An automatically generated and statically typed PlayFab SDK for Roblox and Luau.

Results 2 PlayFabForRoblox issues
Sort by recently updated
recently updated
newest added

There seems to be a require path issues: 1. When requiring `playfab-client/Types` module in `playfab-client` on line 13. 2. When requiring `PlayFabInternal` module in `playfab-client/Apis` on line 3. In addition,...

Particularly for the method **GetEntityTokenAsync,** the API request requires either an X-SecretKey, X-Authentication, or X-EntityToken header. None of those are provided in PlayFabInternal's MakeAPICall function call, making the method unusable.