From d6e3ea9f0dad5c77d2ab0116ca31ed2e109dd14e Mon Sep 17 00:00:00 2001 From: AGS Lakpahana Date: Wed, 1 Jan 2025 09:18:28 +0530 Subject: [PATCH] Add periodic token refresh property to API documentation --- API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API.md b/API.md index 169dc7a..6af75f9 100644 --- a/API.md +++ b/API.md @@ -1187,6 +1187,7 @@ You can refer to a sample implementation using JSP [here](/samples/java-webapp). |`requestTimeout` | Optional | `number`| 60000 (seconds) | Specifies in seconds how long a request to the web worker should wait before being timed out. | | `disableTrySignInSilently` | Optional | `boolean` | `true` | Specifies if the SDK should try to sign in silently on mount using the iFrame. | |`enableOIDCSessionManagement` |Optional|`boolean`| false | Flag to enable OIDC Session Management. Set this flag to `true` to add single logout capabilities to your application. | +| `periodicTokenRefresh` | Optional | `boolean` | `false` | Flag to enable periodic token refresh. Set this flag to `true` to enable the SDK to refresh the access token periodically. | ### BasicUserInfo