Table of Contents

Class Options

Namespace
Tharga.Fortnox
Assembly
Tharga.Fortnox.dll

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

string

ClientSecret

Fortnox Client Secret.

public string ClientSecret { get; set; }

Property Value

string

RedirectUri

The uri that will be used for callbacks from Fortnox when a connection has been made.

public Uri RedirectUri { get; set; }

Property Value

Uri

TokenManager

Configuration for the IFortnoxTokenManager.

public TokenManagerOptions TokenManager { get; set; }

Property Value

TokenManagerOptions