File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
src/shared/Atlassian.Bitbucket Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,17 @@ public static class BitbucketConstants
10
10
public static readonly Uri BitbucketApiUri = new Uri ( "https://api.bitbucket.org" ) ;
11
11
public const string BitbucketAuthHelperName = "Atlassian.Bitbucket.UI" ;
12
12
13
- public const string OAuth2ClientId = "b5AKdPfpgFdEGpKzPE" ;
14
- public const string OAuth2ClientSecret = "7NUP5qUtSR3SxdFK4xAGaU6PMNvNdE59" ;
13
+ // TODO: use the GCM client ID and secret once we have this approved.
14
+ // Until then continue to use Sourcetree's values like GCM Windows.
15
+ //public const string OAuth2ClientId = "b5AKdPfpgFdEGpKzPE";
16
+ //public const string OAuth2ClientSecret = "7NUP5qUtSR3SxdFK4xAGaU6PMNvNdE59";
17
+ //public static readonly Uri OAuth2RedirectUri = new Uri("http://localhost:46337/");
18
+ public const string OAuth2ClientId = "HJdmKXV87DsmC9zSWB" ;
19
+ public const string OAuth2ClientSecret = "wwWw47VB9ZHwMsD4Q4rAveHkbxNrMp3n" ;
20
+ public static readonly Uri OAuth2RedirectUri = new Uri ( "http://localhost:34106/" ) ;
21
+
15
22
public static readonly Uri OAuth2AuthorizationEndpoint = new Uri ( "https://bitbucket.org/site/oauth2/authorize" ) ;
16
23
public static readonly Uri OAuth2TokenEndpoint = new Uri ( "https://bitbucket.org/site/oauth2/access_token" ) ;
17
- public static readonly Uri OAuth2RedirectUri = new Uri ( "http://localhost:46337/" ) ;
18
24
19
25
public static class OAuthScopes
20
26
{
You can’t perform that action at this time.
0 commit comments