Skip to content

Commit 82e6a23

Browse files
authored
Update fraud.mdx
1 parent 99fe6e4 commit 82e6a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fraud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ You can call `Radar.trackVerified()` to manually perform a location check. `Rada
257257
- `passed`: A boolean indicating whether the user passed all fraud and jurisdiction checks (`user.fraud.passed && user.country.passed && user.state.passed`).
258258
- `token`: A tamper-proof JSON Web Token (JWT) that you can send to your server to validate the signature, signed with the *JSON Web Token (JWT) Secret Key* found under *Fraud* on the [Settings page](https://radar.com/dashboard/settings#fraud-settings).
259259
- `failureReasons`: If `passed == false`, an array of more detailed [failure reasons](#failure-reasons).
260-
- `expiresAt`: The datetime when the token expires, by default in 20 minutes, but earlier when close to the border (e.g., 1 minute within 1 mile of the border in New Jersey).
260+
- `expiresAt`: The datetime when the token expires, by default in 20 minutes, but earlier when close to the border based on compliance requirements.
261261
- `expiresIn`: The number of seconds until the token expires.
262262
- `user`: The user, with detailed information in `user.fraud`, `user.country`, and `user.state`.
263263
- `events`: The events generated, if any.

0 commit comments

Comments
 (0)