MCPcopy Index your code
hub / github.com/auth0/java-jwt / getIssuedAt

Method getIssuedAt

lib/src/main/java/com/auth0/jwt/interfaces/Payload.java:71–71  ·  view source on GitHub ↗

Get the value of the "iat" claim, or null if it's not available. @return the Issued At value or null.

()

Source from the content-addressed store, hash-verified

69 * @return the Issued At value or null.
70 */
71 Date getIssuedAt();
72
73 /**
74 * Get the value of the "iat" claim as an {@linkplain Instant}, or null if it's not available.

Callers 6

shouldGetIssuedAtMethod · 0.65
shouldGetIssuedAtMethod · 0.65
shouldGetIssuedAtMethod · 0.65
getIssuedAtMethod · 0.65

Implementers 3

PayloadImpllib/src/main/java/com/auth0/jwt/impl/P
JWTDecoderlib/src/main/java/com/auth0/jwt/JWTDec
PayloadImplForTestlib/src/test/java/com/auth0/jwt/interf

Calls

no outgoing calls

Tested by 5

shouldGetIssuedAtMethod · 0.52
shouldGetIssuedAtMethod · 0.52
shouldGetIssuedAtMethod · 0.52