| Package | Description |
|---|---|
| com.ebasetech.xi.api |
| Modifier and Type | Method and 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.
|