INPUT_OBJECT

VerifyAuthenticatorMutationInput

Autogenerated input type of VerifyAuthenticatorMutation

link GraphQL Schema definition

  • input VerifyAuthenticatorMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # A code from the user's authenticator, to verify that they are able
  • # to generate codes correctly before we confirm the authenticator as
  • # being set up.
  • mfaToken: String!
  • }