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

Public

Yes

Request

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

Request

Object containing the following properties:

PropertyType
userToken (*)string
email (*)string
password (*)string
oldPassword (*)string (nullable)
verificationToken (*)string
code (*)string

(*) Required.

Response

Response

Unknown type. (optional & nullable)

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

Public

Yes

Request

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

Request

Object containing the following properties:

PropertyType
userToken (*)string
email (*)string
password (*)string
oldPassword (*)string (nullable)
verificationToken (*)string
code (*)string

(*) Required.

Response

Response

Unknown type. (optional & nullable)