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

Method setIssuedAt

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

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)

Source from the content-addressed store, hash-verified

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 /**

Callers 1

requireIssuedAtMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected