resend Verification Code
fun resendVerificationCode(messageDetails: OneTimePasswordMethod.MessageDetails? = null, callback: WebcomDoneCallback? = null)
Content copied to clipboard
Resend to the user the verification token that was sent when invoking the attachIdentity method.
This method can be called when, for some reason, the user has not received the initial message with the verification token (that was sent by the attachIdentity method).
Specific messageDetails can be set to send a specific message template to the user. By default, the "create
" template is used (just like with the attachIdentity method).