()
| 2020 | } |
| 2021 | |
| 2022 | public Object nonce() |
| 2023 | { |
| 2024 | Object nonceMethod = this.safeString(this.options, "nonce", "milliseconds"); |
| 2025 | if (Helpers.isTrue(Helpers.isEqual(nonceMethod, "milliseconds"))) |
| 2026 | { |
| 2027 | return this.milliseconds(); |
| 2028 | } |
| 2029 | return this.seconds(); |
| 2030 | } |
| 2031 | |
| 2032 | /** |
| 2033 | * @method |
no test coverage detected