module BambooId
URL for getting initial authorization from Bamboo.
If user authorizes access to their Bamboo account, we get back an authorization code code which is then fed to OauthTokenUrl for getting the OAuth access token.
First step of OAuth 2 is getting an authorization code via an authorization grant. Then we use the code in a second request to get the access token.
Constants
- VERSION