Hi -
In a Timer server code, what is the roles (based on user token etc) that the processing will assume ?
Will it always be {NotAutherticated, Servercode} - unless we explicitly login from within Timer code ?
Thanks.
Hi -
In a Timer server code, what is the roles (based on user token etc) that the processing will assume ?
Will it always be {NotAutherticated, Servercode} - unless we explicitly login from within Timer code ?
Thanks.
Hi,
Correct, unless your code performs a login, the requests will be with the NotAuthenticatedUser, ServerCodeUser roles.
Mark