NetTalk Central

Author Topic: Disconnected App - Setting Token in ServerSync Procedure  (Read 1745 times)

David

  • Full Member
  • ***
  • Posts: 127
    • View Profile
Disconnected App - Setting Token in ServerSync Procedure
« on: March 04, 2020, 04:11:00 AM »
NT 11.30

The documentation says that "token" is automatically included in the client app ServerSync procedure when sending the data to the server.   When I look at the logs on the server I see that "token" is indeed included without any value.   How do I set the value of Token?  I do not see it as a local variable in the ServerSync procedure and I don't see it as a template option.  I can add "token" to the Custom Fields but then "token" is included twice.

Thank you.
David

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Disconnected App - Setting Token in ServerSync Procedure
« Reply #1 on: March 06, 2020, 06:43:10 AM »
set the property in ServerSync.
for example
net.token='brucewashere'

cheers
Bruce