Sets the JWT Claims nbf (not before) claim. A null value will remove the property from the Claims. A JWT obtained before this timestamp should not be used. This is a convenience wrapper for:
(Date nbf)
| 546 | * @return the builder instance for method chaining. |
| 547 | */ |
| 548 | @Override |
| 549 | // for better/targeted JavaDoc |
| 550 | JwtBuilder notBefore(Date nbf); |
| 551 |
no outgoing calls
no test coverage detected