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
  • # Response to an MFA challenge to verify that the user is able
  • # to complete a challenge before we confirm the authenticator as
  • # being set up.
  • mfaChallengeResponse: MFAChallengeResponse!
  • }