Generate Auth Token
Generates an authorization token of the given length
Flow Connections
[Input] In - starts the block's execution.
[Output] Out - activates when the block has finished its execution.
Data Connections
[Input] length (integer) - setting the required token length.
[Output] token (string) - string of authorization token that can be used by the developer in the User Session model.
Last updated