Get the value of the "exp" claim, or null if it's not available. @return the Expiration Time value or null.
()
| 97 | * @return the Expiration Time value or null. |
| 98 | */ |
| 99 | @Nullable |
| 100 | public Date getExpiresAt() { |
| 101 | return payload.exp; |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * Get the value of the "nbf" claim, or null if it's not available. |
no outgoing calls