INPUT_OBJECT

UserMFATokenVerificationMutationInput

Autogenerated input type of UserMFATokenVerificationMutation

link GraphQL Schema definition

  • input UserMFATokenVerificationMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # MFA challenge response to be verified
  • mfaChallengeResponse: MFAChallengeResponse!
  • }