const data = await ctx.modules.authEmailPasswordless.verifyAddNoPass({
  // Request body
});

Public

Yes

Request

const data = await ctx.modules.authEmailPasswordless.verifyAddNoPass({
  // Request body
});

Request

Object containing the following properties:

PropertyType
verificationToken (*)string
code (*)string
userToken (*)string

(*) Required.

Response

Response

Unknown type. (optional & nullable)