Add information regarding Authentication to the readme. #38
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
When authenticating towards the fortnox api you first get an authorization code which you then have to turn into an access token before you can use the api.
We have support for this within the SDK but it is not yet documented within our readme.
The service:
AuthorizationService.cs
have a method calledGetAccessTokenAsync
which is pretty self explanatory.Example usage:
The text was updated successfully, but these errors were encountered: