| Package | Description |
|---|---|
| com.ebasetech.xi.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JWT
JWT represents a parsed JWT (JSON Web Token) Object. |
| Modifier and Type | Method and Description |
|---|---|
JWS |
JWTManager.parseJWS(java.lang.String jwtToken)
Read JWT strings, used to convert them into a JWT object representing the expanded JWT.
|