Uses of Class
co.arago.hiro.client.model.token.DecodedToken
-
Packages that use DecodedToken Package Description co.arago.hiro.client.connection.token -
-
Uses of DecodedToken in co.arago.hiro.client.connection.token
Methods in co.arago.hiro.client.connection.token that return DecodedToken Modifier and Type Method Description DecodedTokenAbstractTokenAPIHandler. decodeToken()Decode the payload part of the internal token.DecodedTokenTokenAPIHandler. decodeToken()Decode the payload part of the internal token.static DecodedTokenTokenAPIHandler. decodeToken(java.lang.String token)Decode the payload part of any token.
-