Package com.auth0.json.auth
Class UserInfo
java.lang.Object
com.auth0.json.auth.UserInfo
- All Implemented Interfaces:
Serializable
Class that holds the Information related to a User's Access Token. Obtained after a call to
AuthAPI.userInfo(String),
AuthAPI.signUp(String, String, String) or AuthAPI.signUp(String, String, String, String).- See Also:
-
Method Summary
-
Method Details
-
getValues
Getter for the values contained in this object- Returns:
- the values contained in the object.
-