Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTTY committed Aug 16, 2024
1 parent d34bdf5 commit 0a5b089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/handling-authentication-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Handling Authentication Tokens
---

The [`NordigenClient`](api-reference/nordigen-api-client) class manages the authentication tokens used to access most of the endpoints for you. It acquires the access and refresh token initially and refreshes the access token when needed.
The [`NordigenClient`](/docs/api-reference/nordigen-client) class manages the authentication tokens used to access most of the endpoints for you. It acquires the access and refresh token initially and refreshes the access token when needed.

You can manage certain aspects of the token handling yourself. These aspects are described in the following sections.

## Using the Token Endpoint

Access and refresh tokens for the GoCardless API are automatically acquired through the [`TokenEndpoint`](api-reference/token-endpoint) by the client. You can use it to manually acquire them as well:
Access and refresh tokens for the GoCardless API are automatically acquired through the [`TokenEndpoint`](/docs/api-reference/endpoints/token-endpoint) by the client. You can use it to manually acquire them as well:

```csharp
var response = await client.TokenEndpoint.GetTokenPair();
Expand Down

0 comments on commit 0a5b089

Please sign in to comment.