From bfc06034bd9361d60d72adb449d99d1b79b55aae Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 20 Jun 2025 11:52:44 +0100 Subject: [PATCH] Update content/client-server-api/_index.md --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index ee9dd66a..ea2708b1 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -595,7 +595,7 @@ anyways and rely on soft logout behaviour on clients that don't support refreshing. With the OAuth 2.0 API, refreshing access tokens is done with the [refresh token -grant type](#refresh-token-grant-type), as demonstrated in the [token refresh +grant type](#refresh-token-grant), as demonstrated in the [token refresh flow](#token-refresh-flow). Support for refreshing access tokens is mandatory with this API.