Restore oauth_uri variable
Restores the deleted oauth_uri
variable of OAuthAPIClient
. This is a fix for our ProctorTrack integration, which was relying on the oauth_uri
variable as part of the contract. This may or may not be a long-term solution.
Note: The removal of this variable originally landed after 1.9.2 and was first released with 2.0.0.
Additionally, since OAuthAPIClient
can be used to retrieve tokens against multiple oauth endpoints, we add the oauth_url to the cache key for the token.