()
| 3439 | } |
| 3440 | |
| 3441 | public Object nonce() |
| 3442 | { |
| 3443 | return Helpers.subtract(this.milliseconds(), Helpers.GetValue(this.options, "timeDifference")); |
| 3444 | } |
| 3445 | |
| 3446 | public Object sign(Object path, Object... optionalArgs) |
| 3447 | { |
no test coverage detected