Package com.auth0.net
Class SignUpRequest
- All Implemented Interfaces:
Request<CreatedUser>
Class that represents a Create User call.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetCustomFields(Map<String, String> customFields) Setter for the additional fields to set when creating a user.Methods inherited from class com.auth0.net.BaseRequest
addHeader, addParameter, createRequest, createRequestBody, createResponseException, execute, executeAsync, getContentType, getParameters, parseResponseBody, readResponseBody, setBody
-
Constructor Details
-
SignUpRequest
-
-
Method Details
-
setCustomFields
Setter for the additional fields to set when creating a user.- Parameters:
customFields- the list of custom fields.- Returns:
- this request instance.
-