Sets the JWT iat (issued at) timestamp claim. A null value will remove the property from the JSON Claims map. The value is the timestamp when the JWT was created. @param iat the JWT iat va
(Date iat)
| 183 | * {@link #issuedAt(Date)}. This method will be removed before the JJWT 1.0 release. |
| 184 | */ |
| 185 | @Deprecated |
| 186 | T setIssuedAt(Date iat); |
| 187 | |
| 188 | /** |
no outgoing calls
no test coverage detected