You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ Create a verifier function by calling `createVerifier` and providing one or more
170
170
171
171
- `ignoreNotBefore`: Do not validate the activation of the token. Default is `false`.
172
172
173
-
- `maxAge`: The maximum allowed age (in milliseconds) for tokens to still be valid. It is only enforced when the token has an `iat` claim; use `requiredClaims: ['iat']` if that claim must be present. By default this is not checked.
173
+
- `maxAge`: The maximum allowed age (in milliseconds) for tokens to still be valid. By default this is not checked. It is only enforced when the token has an `iat` claim; use `requiredClaims: ['iat']` if that claim must be present.
174
174
175
175
- `clockTimestamp`: The timestamp in milliseconds (like the output of `Date.now()`) that should be used as the current time for all necessary time comparisons. Default is the system time.
0 commit comments