Skip to content

Commit 25da019

Browse files
refresh token duration
1 parent d774b47 commit 25da019

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/rest-api/authentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,3 +267,7 @@ HTTP/1.1 200 OK
267267
```
268268

269269
The response is the same as when asking for the initial token, except that it contains a new `access_token` and a new `refresh_token`. You can then use this `access_token` for every REST API request you do within an hour.
270+
271+
::: info
272+
By default, the refresh token expiration is set at 1209600 seconds (14 days).
273+
:::

0 commit comments

Comments
 (0)