2
I’m using Nodejs, but I believe the question may be useful in other languages as well. The oAuth 2 specification does not determine the size of the string that should be generated, it only informs this
VSCHAR = %x20-7E
It is the sequence of ASCII characters. How can I generate this sequence in Nodejs?