Skip to content

Commit 0bf43d6

Browse files
committed
edit from SW
1 parent c1af730 commit 0bf43d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/ref-info/ref-tokens.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here are some key points about refresh tokens:
4747

4848
### Recommended Token Refresh Frequency
4949

50-
The recommended refresh interval is hourly. An hourly interval helps ensure that the token doesn't get close to being expired, and is ready to be sent to the bidstream. In addition, since user opt-out is checked before a new token is generated, this helps ensure that user opt-out preferences are implemented promptly.
50+
Currently, the recommended refresh interval is hourly. An hourly interval helps ensure that the token doesn't get close to being expired, and is ready to be sent to the bidstream. In addition, since user opt-out is checked before a new token is generated, this helps ensure that user opt-out preferences are implemented promptly.
5151

5252
To determine when to refresh, you can use the timestamp of the `refresh_from` field in the response to a call to one of the following UID2 API endpoints:
5353

@@ -56,6 +56,10 @@ To determine when to refresh, you can use the timestamp of the `refresh_from` fi
5656

5757
The `refresh_from` field is a <a href="../ref-info/glossary-uid#gl-unix-time">Unix</a> timestamp, and the value is one hour from the time that the token was generated, expressed in milliseconds.
5858

59+
:::tip
60+
The recommended refresh interval could change in the future. Rather than using a fixed value, it's best to calculate based on the `refresh_from` value.
61+
:::
62+
5963
### Managing Token Refresh with an SDK
6064

6165
An easy way to manage token refresh is to use one of the UID2 SDKs that have a function for the purpose: either the Java or Python SDK.

0 commit comments

Comments
 (0)