OBJECT

VerifyTotpReply

Description

Represents the reply returned by verifyTotp.

link GraphQL Schema definition

  • type VerifyTotpReply {
  • # Given OTP is valid or not.
  • valid: Boolean!
  • }

link Require by