Microsoft Azure PlayFab logo
    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Add-ons
    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA
  • Runs on PlayFab
  • Pricing
    • Blog
    • Forums
    • Contact us
  • Sign up
  • Sign in
  • Ask a question
  • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges
  • Home /
  • General Discussion /
avatar image
Question by Grant McNamara · Nov 01, 2021 at 02:19 AM · entities

How do i get the entity token for the x-validation?

I keep trying to get the entity token but i can never get it to work and i dont know why.

THis is my current login form

```

function Login()
// fetch input data
var id = "D4589";
var username = document.getElementById('username').value;
var password = document.getElementById('password').value;
if(!id || id == "")
OutputError("TitleId cannot be null");
return;
else if(typeof PlayFab == 'undefined') // make sure we have the SDK prior to calling / setting
OutputError("The PlayFab SDK could not be found. Double check your script sources");
return;
// save these values locally to ease use
localStorage.titleId = id;
// save title id
PlayFab.settings.titleId = id;
// build http request object for LoginWithCustomId
var LoginWithPlayFabRequest = {};
LoginWithPlayFabRequest.TitleId = id;
LoginWithPlayFabRequest.Password = password;
LoginWithPlayFabRequest.Username = username;
OutputStatus("Logging in...");
PlayFabClientSDK.LoginWithPlayFab(LoginWithPlayFabRequest, (response, error) => {
if(error)
OutputError(error);
else
// display account details
var result = response.data;
var status = "Login Successful. <br \\> Welcome: " +username+"<br \\>"+result.EntityToken;
OutputStatus(status);

```

All the code does is display [object OBJECT]

Comment

People who like this

0 Show 0
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
Best Answer

Answer by Gosen Gao · Nov 01, 2021 at 08:55 AM

According to LoginWithCustomID, "result.EntityToken" is an object. What you need is "result.EntityToken.EntityToken".

Comment

People who like this

0 Show 0 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Navigation

Spaces
  • General Discussion
  • API and SDK Questions
  • Feature Requests
  • PlayStream
  • Bugs
  • Add-on Marketplace
  • LiveOps
  • Follow this Question

    Answers Answers and Comments

    2 People are following this question.

    avatar image avatar image

    Related Questions

    Server API access to entities 1 Answer

    Player progression , best way to save ! 1 Answer

    Master Player ID and Group ID 1 Answer

    Set another players entity data 1 Answer

    What is the Files storage size limit for each entity and for the whole title in the free tier plan? 1 Answer

    PlayFab

    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Runs on PlayFab
    • Pricing

    Solutions

    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA

    Engineers

    • Documentation
    • Quickstarts
    • API Reference
    • SDKs
    • Usage Limits

    Resources

    • Forums
    • Contact us
    • Blog
    • Service Health
    • Terms of Service
    • Attribution

    Follow us

    • Facebook
    • Twitter
    • LinkedIn
    • YouTube
    • Sitemap
    • Contact Microsoft
    • Privacy & cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2020
    • Anonymous
    • Sign in
    • Create
    • Ask a question
    • Create an article
    • Post an idea
    • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Explore
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges