()
| 1353 | } |
| 1354 | |
| 1355 | public Object nonce() |
| 1356 | { |
| 1357 | return Helpers.subtract(this.milliseconds(), Helpers.GetValue(this.options, "timeDifference")); |
| 1358 | } |
| 1359 | |
| 1360 | public Object addPaginationCursorToResult(Object response) |
| 1361 | { |
no test coverage detected