OBJECT

EnrolAuthenticatorMutationPayload

Autogenerated return type of EnrolAuthenticatorMutation.

link GraphQL Schema definition

  • type EnrolAuthenticatorMutationPayload {
  • authenticator: TOTP
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • status: Int!
  • }