Returns the JWT Header or null if not present. @return the JWT Header or null if not present.
()
| 60 | * @return the JWT {@link Header} or {@code null} if not present. |
| 61 | */ |
| 62 | H getHeader(); |
| 63 | |
| 64 | /** |
| 65 | * Returns the JWT payload, either a {@code byte[]} or a {@code Claims} instance. Use |
no outgoing calls
no test coverage detected