Returns the JWT nbf (not before) timestamp or null if not present. A JWT obtained before this timestamp should not be used. @return the JWT nbf value or null if not present.
()
| 117 | * @return the JWT {@code nbf} value or {@code null} if not present. |
| 118 | */ |
| 119 | Date getNotBefore(); |
| 120 | |
| 121 | /** |
| 122 | * Returns the JWT <a href="https://www.rfc-editor.org/rfc/rfc7519.html#section-4.1.6"> |
no outgoing calls
no test coverage detected