services.AddAuthentication(options => /* Auth configuration */)
.AddWeibo(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. | WeiboAuthenticationDefaults.UserEmailsEndpoint |