Getter for the Type "typ" claim defined in the JWT's Header. If the claim is missing it will return null. @return the Type defined or null.
()
| 18 | * @return the Type defined or null. |
| 19 | */ |
| 20 | String getType(); |
| 21 | |
| 22 | /** |
| 23 | * Getter for the Content Type "cty" claim defined in the JWT's Header. If the claim is missing it will return null. |
no outgoing calls