Getter for the Algorithm "alg" claim defined in the JWT's Header. If the claim is missing it will return null. @return the Algorithm defined or null.
()
| 11 | * @return the Algorithm defined or null. |
| 12 | */ |
| 13 | String getAlgorithm(); |
| 14 | |
| 15 | /** |
| 16 | * Getter for the Type "typ" claim defined in the JWT's Header. If the claim is missing it will return null. |
no outgoing calls