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