Hey there, I’m curious if Twitch describes what can potentially make up an app access token. Is it always alpha numeric? Is it possible it will include symbols at some point?
If you know of a page in the docs where this information is, please let me know!
Thanks!
For my specific use case, I’m hoping to store the token with the expiry date/time in to a singular parameter. So was looking for a separator character like a semicolon. Sounds like that’s probably safe
Semi related, do you know how many app access tokens I can have valid at once for a client-id? Does it follow the same ~50 limit as user access tokens per refresh token?