`authorization_code` is case sensitive
Created by: kevfromireland
I was following the docs to implement OAuth for our app and noticed that the example URL has grant_type
set to be authorization_code
but in the wrong case.
Hopefully this makes it easier for the next integrator