MCPcopy Create free account
hub / github.com/jwtk/jjwt / notBefore

Method notBefore

api/src/main/java/io/jsonwebtoken/JwtBuilder.java:548–548  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

546 * @return the builder instance for method chaining.
547 */
548 @Override
549 // for better/targeted JavaDoc
550 JwtBuilder notBefore(Date nbf);
551

Callers 1

notBeforeMethod · 0.65

Implementers 1

DefaultJwtBuilderimpl/src/main/java/io/jsonwebtoken/imp

Calls

no outgoing calls

Tested by

no test coverage detected