Sets the JWT exp (expiration) timestamp claim. A null value will remove the property from the JSON Claims map. A JWT obtained after this timestamp should not be used. @param exp the JWT {@code exp
(Date exp)
| 127 | * {@link #expiration(Date)}. This method will be removed before the JJWT 1.0 release. |
| 128 | */ |
| 129 | @Deprecated |
| 130 | T setExpiration(Date exp); |
| 131 | |
| 132 | /** |
no outgoing calls
no test coverage detected