3 final class PhabricatorBitbucketAuthProvider
4 extends PhabricatorOAuth1AuthProvider
{
6 public function getProviderName() {
7 return pht('Bitbucket');
10 protected function getProviderConfigurationHelp() {
12 "To configure Bitbucket OAuth, log in to Bitbucket and go to ".
13 "**Manage Account** > **Access Management** > **OAuth**.\n\n".
14 "Click **Add Consumer** and create a new application.\n\n".
15 "After completing configuration, copy the **Key** and ".
16 "**Secret** to the fields above.");
19 protected function newOAuthAdapter() {
20 return new PhutilBitbucketAuthAdapter();
23 protected function getLoginIcon() {