INPUT_OBJECT

RegisterTwoFactorConfirmationInput

The required input for a registerTwoFactorConfirmation mutation.

link GraphQL Schema definition

1input RegisterTwoFactorConfirmationInput {
4
2# The one time password required to complete two factor registration.
3oneTimePassword: String!
8
5# The ID of the user that is requesting to complete registration of two factor
6# authentication.
7userID: ID!
9}