- 
Methods in com.ebasetech.xi.api that return JWT
| Modifier and Type | 
Method | 
Description | 
JWT | 
OAuthTokens.getJWToken() | 
 Returns the parsed JWT from the ID user token. 
 | 
JWT | 
JWE.getPlainJWT() | 
 Returns the Payload of the JWE as a JWT Object 
 | 
JWT | 
JWTManager.parseJWEtoJWT(java.lang.String jwtToken,
javax.crypto.SecretKey secretKey) | 
 Read JWT strings, decrypt JWE using a supplied SecretKey. 
 | 
JWT | 
JWTManager.parseJWT(java.lang.String jwtToken) | 
 Parse JWT strings, used to convert them into a JWT object representing the expanded JWT. 
 |