module OAuth
Constants
- OUT_OF_BAND
request tokens are passed between the consumer and the provider out of band (i.e. callbacks cannot be used), per section 6.1.1
- PARAMETERS
required parameters, per sections 6.1.1, 6.3.1, and 7
- RESERVED_CHARACTERS
reserved character regexp, per section 5.1
- VERSION