INPUT_OBJECT

EnrolAuthenticatorMutationInput

Autogenerated input type of EnrolAuthenticatorMutation

link GraphQL Schema definition

  • input EnrolAuthenticatorMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # If the user already has an authenticator set up, they need to confirm that they
  • # still have it in order to re-display the QR code to enrol the secret into a new
  • # authenticator app.
  • mfaToken: String
  • }