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