Table of Contents

Class TokenData

Namespace
Tharga.Fortnox
Assembly
Tharga.Fortnox.dll

Token Data

public record TokenData : IEquatable<TokenData>
Inheritance
TokenData
Implements
Inherited Members

Properties

AccessToken

The actual access token to be used for regular Fortnox calls.

public string AccessToken { get; init; }

Property Value

string

CreateTime

The time when the token was created.

public DateTime CreateTime { get; init; }

Property Value

DateTime

ExpireTime

The time when the token will expore.

public DateTime ExpireTime { get; init; }

Property Value

DateTime

RefreshToken

The refresh token to be used to retrieve a new access token. This token can be used only once.

public string RefreshToken { get; init; }

Property Value

string