Hello Michael,
1. From application side there is no limitation on the length of the tokens.
but
2. From DB side, all tokens are stored in a single column with length 2000 char. Each token identifier is taking 8 characters; so you are left with:
- 1960 characters = combined length of all token values.
Regards,
Bogdan
