Signup: Create Password

Create a password during the signup process.

Signup: Create Password

Title: Signup: Create Password

Typeobject
RequiredNo
Additional propertiesNot allowed

Description: Create a password during the signup process.

Example:

{
    "error": "Invalid credentials",
    "message": "Logout successful"
}
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- errorNostringNo-Error
- messageNostringNo-Message

1. Property Signup: Create Password > error

Title: Error

Typestring
RequiredNo

Description: Human-readable message to be displayed about an error that occurred

Example:

"Invalid credentials"

2. Property Signup: Create Password > message

Title: Message

Typestring
RequiredNo

Description: Human-readable message to display to the user. It being present is not indicative of an error

Example:

"Logout successful"