send

abstract suspend fun send(parameters: OTP.EmailOTP.Parameters): OTPSendResponse

Send a one-time passcode (OTP) to a user's email address. If you'd like to create a user and send them a passcode with one request, use our loginOrCreate method.

Return

OTPSendResponse response from backend

Parameters

parameters

required to send OTP


abstract fun send(parameters: OTP.EmailOTP.Parameters, callback: (OTPSendResponse) -> Unit)

Send a one-time passcode (OTP) to a user's email address. If you'd like to create a user and send them a passcode with one request, use our loginOrCreate method.

Parameters

parameters

required to send OTP

callback

a callback that receives a OTPSendResponse