Class UserInfo

java.lang.Object
com.auth0.json.auth.UserInfo
All Implemented Interfaces:
Serializable

public class UserInfo extends Object implements 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 Details

    • getValues

      public Map<String,Object> getValues()
      Getter for the values contained in this object
      Returns:
      the values contained in the object.