INPUT_OBJECT
Response to an MFA challenge
input MFAChallengeResponse {# Authentication token to identify user completing the MFA challenge. Not required # when verifying an enrolmentauthenticationToken: String# MFA challenge response content e.g one time password from an authenticatormfaToken: String!}