Returns the JWT alg (Algorithm) header value or null if not present. If the JWT is a Signed JWT (a JWS), the alg (Algorithm) header parameter identifies the cryptographic algorithm used t
()
| 146 | * @since 0.12.0 |
| 147 | */ |
| 148 | String getAlgorithm(); |
| 149 | |
| 150 | /** |
| 151 | * Returns the JWT <a href="https://tools.ietf.org/html/rfc7516#section-4.1.3"><code>zip</code></a> |
no outgoing calls
no test coverage detected