const data = await ctx.modules.authEmailPassword.sendVerification({
  // Request body
});

Public

Yes

Request

const data = await ctx.modules.authEmailPassword.sendVerification({
  // Request body
});

Request

Object containing the following properties:

PropertyType
email (*)string
userTokenstring

(*) Required.

Response

Response

Unknown type. (optional & nullable)

const data = await ctx.modules.authEmailPassword.sendVerification({
  // Request body
});

Public

Yes

Request

const data = await ctx.modules.authEmailPassword.sendVerification({
  // Request body
});

Request

Object containing the following properties:

PropertyType
email (*)string
userTokenstring

(*) Required.

Response

Response

Unknown type. (optional & nullable)