send

abstract suspend fun send(parameters: MagicLinks.EmailMagicLinks.Parameters): BaseResponse

Send a magic link to an existing Stytch user using their email address. If you'd like to create a user and send them a magic link by email with one request, use loginOrCreate

Return

BaseResponse

Parameters

parameters

required to receive magic link


abstract fun send(parameters: MagicLinks.EmailMagicLinks.Parameters, callback: (BaseResponse) -> Unit)

Send a magic link to an existing Stytch user using their email address. If you'd like to create a user and send them a magic link by email with one request, use loginOrCreate

Parameters

parameters

required to receive magic link

callback

a callback that receives a BaseResponse