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