invoke

suspend operator fun invoke(email: String): ResultS1SDK<Boolean, ErrorS1SDK>

This function should be called if the user wants to recover the password with a email. Internally it will send a recovery code to the user email.

Return

ResultS1SDK<Boolean, ErrorS1SDK> for know if the request is successful only returns a Boolean that indicates if the password recovery code was sent or not.

Parameters

email

String The user email.