invoke

suspend operator fun invoke(email: String, code: String): VerifyActivationCodeResult

Return

VerifyActivationCodeResult.Success or VerifyActivationCodeResult.Failure with the specific error.

Parameters

email

String the registered email address that the activation code was sent to

code

String the activation code to validate