Get the value of the "jti" claim, or null if it's not available. @return the JWT ID value or null.
()
| 85 | * @return the JWT ID value or null. |
| 86 | */ |
| 87 | String getId(); |
| 88 | |
| 89 | /** |
| 90 | * Get a Claim given its name. If the Claim wasn't specified in the Payload, a 'null claim' |
no outgoing calls