completeAuthByEmail

fun completeAuthByEmail(    email: String,     code: String,     operationId: String,     callback: CompletePasswordlessAuthCallback)

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.

Sources

Link copied to clipboard