GenToken
Mon 01 January 2018Syntax
GenToken()
Description
Use the GenToken function to create an authentication token for the user currently logged in, as a string.
Generally this function is used in an application engine program when an authentication token is not automatically generated. However, it can be used anytime. The token that is generated is usually passed to another process that has no token.
Parameters
None.
Returns
A string containing the authentication token.