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

Method getNotBefore

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

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.

()

Source from the content-addressed store, hash-verified

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">

Callers 1

parseMethod · 0.95

Implementers 1

DefaultClaimsimpl/src/main/java/io/jsonwebtoken/imp

Calls

no outgoing calls

Tested by

no test coverage detected