INPUT_OBJECT

CreateAuthenticationFactorMutationInput

The input object that defines the fields for the createAuthenticationFactor mutation.

link GraphQL Schema definition

  • input CreateAuthenticationFactorMutationInput {
  • # The type of authentication factor this is.
  • type: AuthenticationFactorType!
  • # The configuration data of the authentication factor.
  • data: Text
  • }

link Require by