question

Lalit Mohan Pant avatar image
Lalit Mohan Pant asked

How can I get the timestamp of Entity Token at validation time when I am getting entity toke from client side?,How can I get the timestamp of PlayFab entity token at validation time in .net code?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

The timestamp of its expiration is listed here (take LoginWithCustomID for instance): EntityToken -> TokenExpiration, you should be able to find it in the C# SDK you’re using. The timestamp is “the time of the validation” + “24 hours”, so if you want the timestamp of the validation just subtract 24 hours from it.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.