services.AddAuthentication(options => /* Auth configuration */)
.AddQQ(options =>
{
options.ClientId = "my-client-id";
options.ClientSecret = "my-client-secret";
});
None.
Property Name | Property Type | Description | Default Value |
---|---|---|---|
ApplyForUnionId |
bool |
Set if the UnionID should be retrieved and put into user claims. | false |
UserIdentificationEndpoint |
string |
The address of the endpoint to use for user identification. | QQAuthenticationDefaults.UserIdentificationEndpoint |