Class Options
Configuration options.
public record Options : IEquatable<Options>
- Inheritance
-
Options
- Implements
- Inherited Members
Properties
ClientId
The id of you application.
public string ClientId { get; set; }
Property Value
ClientSecret
Fortnox Client Secret.
public string ClientSecret { get; set; }
Property Value
RedirectUri
The uri that will be used for callbacks from Fortnox when a connection has been made.
public Uri RedirectUri { get; set; }
Property Value
TokenManager
Configuration for the IFortnoxTokenManager.
public TokenManagerOptions TokenManager { get; set; }