Description:
After this PR #10724, the WordPress authorization option differs based in a setting of the server. This information needs to come on the OAuth services API. The client should not need both Settings + OAuth APIs to present the OAuth options.
On mobile, we're forcing the WordPress to use this URL to authorize the user:
https://public-api.wordpress.com/oauth2/authorize
We've two options:
- Return the correct authorization URL to the API;
- Return some information on the API that allow us to choose between different URLs in the clients;