SendVerificationEmailHookResult

Parameters


isSent required boolean

Returns true when a new verification email has been sent


isError required boolean

@returns

true if an error occurred

@depreacted

use !isSuccess or !!error instead


error required null | AuthErrorPayload

Provides details about the error


isLoading required boolean

@returns

true when the action is executing, false when it finished its execution.


sendEmail required SendVerificationEmailHandler

Resend the verification email. Returns a promise with the current context