Get the value of the "iat" claim, or null if it's not available. @return the Issued At value or null.
()
| 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. |
no outgoing calls