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
// see https://services.docs.unity.com/docs/admin-auth#service-accounts for creating Service Account with Unity Dashboard and authenticate with Admin APIs
module.exports = {
'key_id' : '<your service account key id>',
'secret_key' : '<your service account secret key>'