B - the type of the JWT body contents, either a String or a Claims instance.public interface Jwt<H extends Header,B>
| Modifier and Type | Method and Description |
|---|---|
B |
getBody()
Returns the JWT body, either a
String or a Claims instance. |
H |
getHeader()
Returns the JWT
Header or null if not present. |
Copyright © 2014. All rights reserved.