Skip to main content

verifyAccount

This is used to verify a login identifier. This mutation should be used after the system has sent a verification email or message to the user. The user should have clicked on the link or entered the code sent to them.

Possible errors

In case of error you could receive any of the following errors:

  • ErrorTokenNotValid when the token is not valid.
  • AlreadyLoggedIn when the user is already logged in.
verifyAccount(
input: VerifyAccountInput!
): VerifyAccountPayload

Arguments

verifyAccount.input ● VerifyAccountInput! non-null input common

Parameters for VerifyAccount

Type

VerifyAccountPayload object common

Autogenerated return type of VerifyAccount.