completeAuthByEmail
fun completeAuthByEmail( email: String, code: String, operationId: String, callback: CompletePasswordlessAuthCallback)
Content copied to clipboard
Completes authentication after the user enters a one-time code or follows a link received in an email.
See also
Parameters
email
User email address.
code
Confirmation code.
operationId
ID of the confirmation code.
callback
Status callback.