()
| 6632 | } |
| 6633 | |
| 6634 | public Object nonce() |
| 6635 | { |
| 6636 | return Helpers.subtract(this.milliseconds(), this.safeInteger(this.options, "timeDifference", 0)); |
| 6637 | } |
| 6638 | |
| 6639 | public Object sign(Object path, Object... optionalArgs) |
| 6640 | { |
no test coverage detected