services.AddAuthentication(options => /* Auth configuration */)
.AddAmoCrm(options =>
{
options.Account = "my-account";
options.ClientId = "client-id";
options.ClientSecret = "client-secret";
});
Property Name | Property Type | Description | Default Value |
---|---|---|---|
Account |
string? |
The amoCRM account. | example |
None.