OBJECT
Autogenerated return type of VerifyAuthenticatorMutation.
type VerifyAuthenticatorMutationPayload {authenticator: TOTP # A unique identifier for the client performing the mutation.clientMutationId: String errors: [ValidationError!] sessionToken: String status: Int! }