services.AddAuthentication(options => /* Auth configuration */)
.AddBitbucket(options =>
{
options.ClientId = "my-client-id";
options.ClientSecret = "my-client-secret";
});
None.
Property Name | Property Type | Description | Default Value |
---|---|---|---|
UserEmailsEndpoint |
string |
The address of the endpoint exposing the email addresses associated with the logged in user. | BitbucketAuthenticationDefaults.UserEmailsEndpoint |