services.AddAuthentication(options => /* Auth configuration */)
.AddTrakt(options =>
{
options.ClientId = "my-client-id";
options.ClientSecret = "my-client-secret";
});None.
| Property Name | Property Type | Description | Default Value |
|---|---|---|---|
ApiVersion |
string |
The Trakt API version to use. | "2" |