question

daniele.ricci@tlmpartnersinc.com avatar image
daniele.ricci@tlmpartnersinc.com asked

Is secretKey unique by title or by user?

Hi all,

I'm working with Node.js SDK.

I saw the way to provide secretKey to the SDK is:

PlayFab.settings.developerSecretKey = "secretKey";

Probably the name is confusing me, but the "developer" before "SecretKey" raises me the doubt.

Is secretKey unique by title or by user?

Thank you,

Daniele

apissdks
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

·
Seth Du avatar image
Seth Du answered

The secret key is unique by title and developerSecretKey is secret key in node SDK. You may create multiple secret keys in a title, but they only affect the title where they are created. Secret key is a terminology in PlayFab and the names of variable/parameter that refers it can be various in different SDKs. It may be referred and stored in some places or encapsulated to a new class, but eventually it is still the same secret key.

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.