services.AddAuthentication(options => /* Auth configuration */)
.AddReddit(options =>
{
options.ClientId = "my-client-id";
options.ClientSecret = "my-client-secret";
});
None.
Property Name | Property Type | Description | Default Value |
---|---|---|---|
UserAgent |
string? |
The User-Agent string to use for Reddit API requests. |
null |