validate Sign Up

protected open fun validateSignUp(name: String, surname: String, email: String, password: String, language: String, custom: Array<Any>): String

Method to validate the inputs of the signUp method to correctly execute a sign-up operation

Return

the key of the error if any inputs is wrong, null otherwise as String

Parameters

name

The name of the user

surname

The surname of the user

email

The email of the user

password

The password of the user

language

The language of the user

custom

The custom parameters added in a customization of the EquinoxUser to execute a customized sign up validation