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.
- : AuthenticationFactorType!
- # The configuration data of the authentication factor.
- : Text
- }