INPUT_OBJECT

VerifyOneTimePasswordForAuthenticationFactorMutationInput

The input object that defines the fields for the verifyOneTimePasswordForAuthenticationFactor mutation.

link GraphQL Schema definition

  • input VerifyOneTimePasswordForAuthenticationFactorMutationInput {
  • # The type of authentication factor this is.
  • type: AuthenticationFactorType!
  • # A one-time password (OTP).
  • one_time_password: String!
  • }

link Require by