invoke

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

This function should be called if there are some data that is required to enable/disable some feature before making the full authentication and create session process.

Ex. Know if some user have the two factor authentication enabled or not.

Return

ResultS1SDK<Boolean, ErrorS1SDK> for know if the request is successful only returns a Boolean that indicates if the user have the two factor authentication enabled or not.

Parameters

email

String The user email.